imbrianj / switchBoard

Control of Internet connected devices within a given network via web interface.
MIT License
201 stars 53 forks source link

Universal Controller CLI #3

Closed akshayp closed 10 years ago

akshayp commented 10 years ago

Made it a proper npm package (it's private so it's not actually on NPM yet) but you can install it as an executable now and pass in a config file of your choice instead of having to clone the app and modify stuff locally.

universal-controller -c yourconfigfile.js makes the magic happen if you install via NPM

imbrianj commented 10 years ago

Awesome! Thanks!