0.0.0 • Published 9 years ago
webbrew v0.0.0
WebBrew CLI (ALPHA)
by Hamed Asemi

Simple usage
Installation the latest version globally
npm install webrew --globalUsage
DEBUG=true webrewUninstall :( remove the global version
npm uninstall webrew --globalAdvanced usage
Installation: a local specific version
npm install webrew@v1.0.0Usage:
DEBUG=true webrew server start --koa --port=8080Config: Add in package json
"webrewrc": {
"port": "1165"
}Uninstall :( remove the global version
npm uninstall webrew@v1.0.00.0.0
9 years ago