1.0.7 • Published 3 years ago

expressjs-generator-javascript v1.0.7

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!

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

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago