0.0.9 • Published 5 years ago

create-nestjs-app v0.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Create Nestjs App

Create a new project based on a npm repo

$ npm install -g create-nestjs-app
$ create-nestjs-app -h # prints out a help
$ create-nestjs-app myapp # create my app

Usage

To use this first create a new npm repo to contain your project templates.

To create a new project simply do

$ create-nestjs-app new-project-name -t nest-myapp 

It means to create a project from a npm package named by nest-myapp-template

License

MIT