el-borracho-basic
v1.0.1
Published
One-line zero-config ElBorrachoJS UI+API+Stats metapackage
Downloads
8
Maintainers
Readme
el-borracho-basic
One-line zero-config ElBorrachoJS UI+API+Stats metapackage
Installation & Usage
npm install --save el-borracho-basic
`npm bin`/el-borracho
Configuration
Create a JSON or JS file containing or exporting a config object, and pass the path as the first argument to el-borracho.
config.json (defaults)
{
"address": "0.0.0.0",
"api": true,
"stats": true,
"ui": true
}
All other options are passed through to nextorigin-express-skeleton.
`npm bin`/el-borracho ./config.json
License
MIT