Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.42 KB

README.md

File metadata and controls

51 lines (37 loc) · 1.42 KB

el-borracho-basic

Dependency Status devDependency Status Downloads

One-line zero-config ElBorrachoJS UI+API+Stats metapackage

NPM

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