2010-07-06 16:56:42 -07:00
|
|
|
|
|
|
|
|
## Synopsis
|
|
|
|
|
|
2011-03-03 14:40:47 -08:00
|
|
|
express [options] [PATH]
|
2010-07-06 16:56:42 -07:00
|
|
|
|
|
|
|
|
## Description
|
|
|
|
|
|
2011-03-03 14:40:47 -08:00
|
|
|
The _express_ executable generates apps at the given **PATH** or the
|
2010-07-06 20:31:52 -07:00
|
|
|
current working directory. Although Express is not bound to a specific
|
|
|
|
|
application structure, this executable creates a maintainable base app.
|
2010-07-06 16:56:42 -07:00
|
|
|
|
2010-07-06 20:31:52 -07:00
|
|
|
## Options
|
2010-07-06 16:56:42 -07:00
|
|
|
|
2011-03-03 14:40:47 -08:00
|
|
|
-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
|
|
|
|
|
|
|
|
|
|
|
2010-07-06 16:56:42 -07:00
|
|
|
|