1.0.10 • Published 7 years ago

express-generator-ok v1.0.10

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

express-generator-ok

Installation

$ npm install express-generator-ok -g

Run Application

Choose the name of your project and create it using:

$ gen-ok -n <name>

Navigate to your project:

$ cd <name>

Install dependencies:

$ npm install

Run your app.js project locally at http://localhost:3000/:

$ node app.js

Command Line Options

This generator can also be further configured with the following command line flags.

-h, --help          output usage information
    --version       output the version number
-n, --name <name>   Project name

Info

The express-generator-ok generates a blank express project with a rMVC structure with blank routes. It uses an ejs javascript template and also includes the materialize framework. It generates a Procfile if you want to deploy your project to heroku.

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago