expressjs-gen-javascript
v1.0.6
Published
a powerful tool to create expressjs projects from CLI
Downloads
2
Maintainers
Readme
expressjs-generator-javascript
A powerful CLI tool to bootstrap express.js - mongodb projects!
Global installation:
npm install -g express-gen-javascript
(In OS like Linux npm global installation requires root permissions)
Creating a project:
Linux:
> mkdir [Project's name] && cd [Project's name]
> create-project
> [select your template option]
> npm install
> npm start
Windows:
Move to the dir that you want to generate the template:
> create-project
> [select your template option]
> npm install
> npm start
Example using all flags:
Linux:
mkdir test1
cd test1
create-project express-mongo -i -g
npm start
Example: