kilo.js
Version:
Generates a variety of different Nodejs and HTML templates
14 lines (12 loc) • 463 B
Markdown
# node-express-boilerplate-gen
Generates a generic ExpressJS boilerplate
## Installation
`npm install -g express-boilerplate-gen`
## Arguments
`express-gen -p [port] -d [dir] -n [file]`
+ **-p [port]**
+ The port which your express server will use (default: 3000)
+ **-d [dir]**
+ The name of the directory in which your servers public files will go (default: "/public")
+ **-n [file]**
+ The name of your main server file (default: "app.js")