1.0.6 • Published 3 years ago

expressjs-gen-javascript v1.0.6

Weekly downloads
-
License
Apache 2.0
Repository
-
Last release
3 years ago

expressjs-generator-javascript

A powerful CLI tool to bootstrap express.js - mongodb projects!

Javascript badge Nodejs badge Npm badge github

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: npm.io

npm.io

Have problems? Open a issue!

Get in touch: Gmail