1.0.7 • Published 5 years ago

expressjs-generator-javascript v1.0.7

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

expressjs-generator-javascript

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

This repository has never been tested in Windows envrioment*

Clone:

git clone https://github.com/alejandro0619/express-ejs-cli.git

Install your dependencies:

npm i

link it:

npm link
(you must be sudo in Linux )

Example using all flags:

mkdir test1

cd test1

create-project express-mongo -i -g

npm start

Example: npm.io

npm.io

To run your project template:

npm start
(Note that the server is running in port 5000, but you can change it at: src/index.js to avoid any conflits)

Have problems? Open a issue!

Get in touch: Gmail

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago