@selinarnd/generator-nest-service
v3.2.0
Published
Yeoman generator for Nest services
Downloads
4
Readme
generator-nest-service
nest-service
is a Yeoman generator for NestJS services targeted at developer productivity and best practices.
Highlights
TBD...
Quick start
To install with NPM, run:
npm install --global @selinarnd/generator-nest-service
If you haven't done so already, install Yeoman with:
npm install --global yo
Create an empty directory for your project, cd
into the newly created directory and run:
yo @selinarnd/nest-service
You can run it without need to install anything globally:
npm init yo @selinarnd/generator-nest-service
Now nest-service
will ask you a series of questions that tell it how to set-up your new TypeScript application.
ToDos
- [ ] Add Highlights section.