Skip to content

Saber2pr/nest-api-analyse-imports

Repository files navigation

nest-api-analyse-imports

for repo/lib imports analyse

Api Document

From Docker

docker pull saber2pr/nest-api-analyse-imports:v0.1.3
docker run -d -p 3000:3000 -it saber2pr/nest-api-analyse-imports:v0.1.3

Installation

$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov