0.4.1 • Published 9 years ago

unruly v0.4.1

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

Unruly

Docker friendly and obvious configuration.

npm install --save unruly
vim app.config
port = 8080
redis = 127.0.0.1:6379
log-dir = ./logs
vim main.js
#!/bin/babel-node
import { port, redis, log_dir } from 'unruly'
PORT=1337 ./main.js
DEBUG=unruly ./main.js  # debugging is 1337 too... :)

Communication / Collaboration

Submit an issue, a pull request, or send an email to dan.sont@gmail.com and I'll reply if I see it

0.4.1

9 years ago

0.4.0

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago