1.0.0 • Published 4 years ago
node-init-cli v1.0.0
NodeJS Template Generator
A node cli package to generate a node-express-mongo framework
Usage
Download the cli-package with global -g keyword. This downloads the package as global which can be accessibe any where through out the directories.
> npm install -g node-init-cli
####To create a Mongo-Express-Nodejs template, do the following steps
> create-nodejs
Select the desired template and provide a valid name for the project.
To create a nodemodules enter following command in project path
> cd /path/to/project
> npm install
To run the application
> npm start