/express-generator

Express' application generator

Primary LanguageJavaScriptMIT LicenseMIT

Express Logo

Express' application generator (LuizTools version, EJS only).

Installation

$ npm install -g https://github.com/luiztools/express-generator.git

Quick Start

The quickest way to get started with express is to utilize the command express to generate an application as shown below:

Create the app:

$ express /tmp/foo && cd /tmp/foo

Install dependencies:

$ npm install

Start your Express.js app at http://localhost:3000/:

$ npm start

Command Line Options

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

    --version        output the version number
    --no-view        use static html instead of view engine
-f, --force          force on non-empty directory
-h, --help           output usage information

About

Follow me on social networks: https://about.me/luiztools

Receive news on Telegram: https://t.me/luiznews

License

MIT