luiztools / express-generator

Express' application generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Express' application generator

License:MIT License


Languages

Language:JavaScript 94.2%Language:EJS 4.9%Language:HTML 0.5%Language:CSS 0.3%