nestx-schematics
v1.0.53
Published
another schematic collection with different style-set of official nestjs/nest
Maintainers
Readme
nestx-schematics
Nest architecture element generation based on Nest-X schematics. (TypeScript Support Only)
Description
It will override
Concerns
Code Styles
- bundled with
prettier + eslint + eslint-typescriptsupport - bundled with
huskyandpretty-quickin git hooks - using config written in
package.jsoninstead of single configuration file - using
__tests__anjeststyle test file suffix
Features
PR Welcome
- [x] Application
- [ ] Class
- [ ] Configuration
- [ ] Controller
- [ ] Decorator
- [ ] Interceptor
- [ ] Library
- [ ] Service
Usage
Create Nest Application with @nestjs/cli
Pre-require suite: Ensure you installed
@nestjs/cliglobally first. If not, please runnpm i @nestjs/cli -goryarn global add @nestjs/clifirst
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>Create New Nest Component on existing Nest Application
Currently, not support
