A progressive Node.js framework for building efficient and scalable server-side applications.
ESM Schematics for NestJS.
- Installation:
$ npm install --save-dev @esm-js/nest-schematics
or
$ yarn add --dev @esm-js/nest-schematics
- Updating
nest-cli.json
{
"collection": "@esm-js/nest-schematics"
}
$ npm install -g @nestjs/cli @esm-js/nest-schematics
$ nest new -c @esm-js/nest-schematics project-name
Learn more in the official documentation.
- Website - https://nestjs.com
- Twitter - @nestframework
Nest is MIT licensed.