Yield generated for ed736971-4f8e-4463-a99e-5549cb4b7e68
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
dependabot[bot] 8f05e9ee28
Merge b96b69d0c4 into 6db004889f
6 years ago
.circleci fix 6 years ago
.github Initial commit 6 years ago
_templates Initial commit 6 years ago
docker Initial commit 6 years ago
src Initial commit 6 years ago
test Initial commit 6 years ago
.editorconfig Initial commit 6 years ago
.gitignore Initial commit 6 years ago
.prettierrc Initial commit 6 years ago
LICENSE.md Initial commit 6 years ago
README.md Initial commit 6 years ago
compodoc.server.json Initial commit 6 years ago
exemple.env Initial commit 6 years ago
nest-cli.json Initial commit 6 years ago
package.json Merge b96b69d0c404de7a1daec6b939a616c5b13af590 into 6db004889f64a6bf9c91a9a411ef33c4c12e842e 6 years ago
tsconfig.build.json Initial commit 6 years ago
tsconfig.json Initial commit 6 years ago
tslint.json Initial commit 6 years ago
yarn.lock Bump class-transformer from 0.2.2 to 0.3.1 6 years ago

README.md

Welcome to TP on CI and CircleCI 👋

You cand find the codelabs here on iCampus.

Installation

$ yarn install

Running the app

# development
yarn start

# watch mode
yarn start:dev

# production mode
$ yarn start:prod

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

Lints

# Check
$ yarn format:check

# Format code
$ yarn format:check

$ yarn lint

Generate

$ yarn generate module with-crud --name myModule

Author

👤 Nicolas Beaussart nic.beaussart@gmail.com

Show your support

Give a ️ if this project helped you!


This README was generated with ❤️ by readme-md-generator