Nest architecture element generation based on Nest-X schematics. (TypeScript Support Only)
It will override
- bundled with
prettier + eslint + eslint-typescript
support - bundled with
husky
andpretty-quick
in git hooks - using config written in
package.json
instead of single configuration file - using
__tests__
anjest
style test file suffix
PR Welcome
- Application
- Class
- Configuration
- Controller
- Decorator
- Interceptor
- Library
- Service
Pre-require suite: Ensure you installed
@nestjs/cli
globally first. If not, please runnpm i @nestjs/cli -g
oryarn global add @nestjs/cli
first
Note
You must install the latest version nestx-schematics
globally at your local then it can be found by @nestjs/cli
.
yarn global add nestx-schematics
nest g -c nestx-schematics application <your-app-name>
Currently, not support