Generator

Express' application generator
Alternatives To Generator
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Generator1,70557058a year ago22May 03, 201958mitJavaScript
Express' application generator
Greedux16
5 years ago33September 24, 20171JavaScript
A clean workspace/workflow template supporting React, Redux, Material-UI, Live Reload as well as Deployable Express server to create maintainable and modular front-end web apps.
Coppa11
3 years agoapache-2.0JavaScript
🏇 A CLI tool for local development of serverless Google Cloud Functions
Node Express Htaccess Middleware9117 years ago2August 06, 20172JavaScript
An express middleware that interprets .htaccess rewrite rules.
N Express8
2 days ago12JavaScript
Slightly enhanced Express.
Route7215 months ago28December 13, 2020mitJavaScript
Express routing defined by a directory structure
Neff3
3 years ago1otherJavaScript
nconf & express based feature flags
Clip3
12 years ago1mitJavaScript
Express meets the CLI
Geo Trainer2
10 months agoJavaScript
Practice country flags, capitals and shapes using this geo-trainer!
Tegel2
3 years ago11JavaScript
A simple feature toggle service for Node.js
Alternatives To Generator
Select To Compare


Alternative Project Comparisons
Readme

Express Logo

Express' application generator.

NPM Version NPM Downloads Linux Build Windows Build

Installation

$ npm install -g express-generator

Quick Start

The quickest way to get started with express is to utilize the executable express(1) to generate an application as shown below:

Create the app:

$ express --view=hbs /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
-e, --ejs            add ejs engine support
    --pug            add pug engine support
    --hbs            add handlebars engine support
-H, --hogan          add hogan.js engine support
-v, --view <engine>  add view <engine> support (dust|ejs|hbs|hjs|jade|pug|twig|vash) (defaults to jade)
    --no-view        use static html instead of view engine
-c, --css <engine>   add stylesheet <engine> support (less|stylus|compass|sass) (defaults to plain css)
    --git            add .gitignore
-f, --force          force on non-empty directory
-h, --help           output usage information

License

MIT

Popular Express Projects
Popular Flags Projects
Popular Frameworks Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Express
Expressjs
Flags