generator-nest-service
v2.0.0-alpha.1
Published
Yeoman generator for Nest services
Downloads
1
Maintainers
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 Yarn, run:
yarn install
To install with NPM, run:
npm install
Create an empty directory for your project, cd
into the newly created directory and run:
yo nest-service
Now nest-service
will ask you a series of questions that tell nest-service
how to set-up your TypeScript package.
ToDos
- [ ] Add Highlights section.