One-line zero-config ElBorrachoJS UI+API+Stats metapackage
npm install --save el-borracho-basic
`npm bin`/el-borracho
Create a JSON or JS file containing or exporting a config object, and pass the path as the first argument to el-borracho.
{
"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
MIT