node-template-cli
Version:
A command line tool to generate node.js project
39 lines (26 loc) • 473 B
Markdown
# Node Template Generator CLI
A command line tool to generate node.js project.
## Installation
```sh
$ npm install -g node-template-cli
```
## Commands
Create new project
```sh
$ node-template-cli create <app_name>
```
Select database
```sh
? Please select database (Use arrow keys)
❯ mongodb
postgresql
```
## App Info
### Author
Chaitanya Thakre
### Contributer
Shubham Gupta
### Version
1.1.0
### License
This project is licensed under the MIT License