expressjs-gen-javascript

1.0.6 • Public • Published

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:

Have problems? Open a issue!

Get in touch: Gmail

/expressjs-gen-javascript/

    Package Sidebar

    Install

    npm i expressjs-gen-javascript

    Weekly Downloads

    7

    Version

    1.0.6

    License

    Apache 2.0

    Unpacked Size

    63.8 kB

    Total Files

    24

    Last publish

    Collaborators

    • spaghetticodedev