4.17.23 • Published 3 years ago

elf-express-generator v4.17.23

Weekly downloads
147
License
MIT
Repository
github
Last release
3 years ago

Express Logo

Charlie's fork of the Express' application generator.

NPM Version NPM Downloads Linux Build Windows Build

Installation

$ npm install -g elf-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:

$ elf-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
-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

4.17.23

3 years ago

4.17.22

3 years ago

4.17.21

4 years ago

4.17.20

5 years ago

4.17.19

5 years ago

4.17.18

5 years ago

4.17.17

5 years ago

4.17.16

5 years ago

4.17.15

5 years ago

4.17.14

5 years ago

4.17.13

5 years ago

4.17.12

5 years ago

4.17.11

5 years ago

4.17.10

5 years ago

4.17.9

5 years ago

4.17.7

5 years ago

4.17.6

5 years ago

4.17.5

5 years ago

4.17.4

5 years ago

4.17.3

5 years ago

4.17.2

5 years ago

4.17.1

5 years ago

4.17.0

5 years ago

4.16.24

5 years ago

4.16.23

5 years ago

4.16.22

5 years ago

4.16.21

5 years ago

4.16.20

5 years ago

4.16.19

5 years ago

4.16.18

5 years ago

4.16.17

5 years ago

4.16.16

5 years ago

4.16.15

5 years ago

4.16.14

5 years ago

4.16.13

5 years ago

4.16.12

5 years ago

4.16.11

5 years ago

4.16.10

5 years ago

4.16.9

5 years ago

4.16.8

5 years ago

4.16.7

5 years ago

4.16.6

5 years ago

4.16.5

5 years ago

4.16.4

5 years ago

4.16.3

5 years ago

4.16.2

5 years ago

4.16.1

5 years ago

5.2.0

7 years ago

5.1.0

7 years ago

5.0.2

8 years ago

5.0.0

8 years ago

4.13.4

8 years ago