No description
Find a file
2022-05-27 11:57:07 +07:00
.vscode Launch task added 2022-05-01 22:12:12 +07:00
configs Config loader fixed 2022-05-01 22:03:44 +07:00
libs Исправлены ошибки и добавлен логгер 2022-05-27 11:56:22 +07:00
src Добавлен вызов issue-cache-writer из event-emitter 2022-05-27 11:57:07 +07:00
test Library redmine-issues-cache-writer created 2022-05-01 23:52:51 +07:00
.editorconfig Library controller created 2022-05-01 20:20:34 +07:00
.eslintrc.js init 2022-04-07 10:01:56 +07:00
.gitignore Config loader fixed 2022-05-01 22:03:44 +07:00
.prettierrc Method "saveIssue" created 2022-05-17 14:08:13 +07:00
nest-cli.json Library redmine-issues-cache-writer created 2022-05-01 23:52:51 +07:00
package.json Redmine types added 2022-05-17 15:57:03 +07:00
README.md init 2022-04-07 10:01:56 +07:00
tsconfig.build.json init 2022-04-07 10:01:56 +07:00
tsconfig.json Redmine types added 2022-05-17 15:57:03 +07:00
yarn.lock Nano dependency added 2022-05-03 16:20:59 +07:00

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

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

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.