mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-24 21:02:46 +00:00
22 lines
632 B
Markdown
22 lines
632 B
Markdown
|
|
## Synopsis
|
|
|
|
express [options] [PATH]
|
|
|
|
## Description
|
|
|
|
The _express_ executable generates apps at the given **PATH** or the
|
|
current working directory. Although Express is not bound to a specific
|
|
application structure, this executable creates a maintainable base app.
|
|
|
|
## Options
|
|
|
|
-s, --sessions Add session support
|
|
-t, --template ENGINE Add template ENGINE support (jade|ejs). Defaults to jade
|
|
-c, --css ENGINE Add stylesheet ENGINE support (less|sass|stylus). Defaults to plain css
|
|
-v, --version Output framework version
|
|
-h, --help Output help information
|
|
|
|
|
|
|