Skip to content

Repository files navigation

Description

Telegram bot helps putting all your expenses into YNAB at the end of the day. Built with NestJS.

Installation

Requires Node.js 22 LTS.

$ npm install

Dev Containers

This project includes a Dev Container configuration. With the VS Code Dev Containers extension, you can open the repository directly in a container running Node.js 22 with TypeScript. The container installs dependencies automatically, exposes port 3000, and mounts your local SSH agent so Git commands work with your existing credentials.

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

License

MIT licensed.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages