0-vortex / nestjs-test-tooling

testing some tooling choices for nestjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Logo

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

NPM Version Package License

Description

Nest framework TypeScript starter repository with strategies:

  • @nestjs/config
  • @nestjs/platform-fastify
  • @nestjs/swagger
  • @nestjs/terminus
  • @nestjs/typeorm
  • nestjs-pino

Tooling

  • @darraghor/eslint-plugin-nestjs-typed
  • @tmcb/check-engines
  • @tmcb/conventional-commit
  • typesync

CI/CD

  • docker
  • @tmcb/release

Installation

npm ci

Running the app

# development
npm start

# watch mode
npm run start:dev

# production mode
npm run start:prod

Test

# unit tests
npm test

# e2e tests
npm run test:e2e

# test coverage
npm run test:cov

License

Nest is MIT licensed.

About

testing some tooling choices for nestjs

License:MIT License


Languages

Language:TypeScript 94.6%Language:JavaScript 3.9%Language:Dockerfile 1.6%