webbrew
v0.0.0
Published
Brew a web project.
Readme
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 [email protected]Usage:
DEBUG=true webrew server start --koa --port=8080Config: Add in package json
"webrewrc": {
"port": "1165"
}Uninstall :( remove the global version
npm uninstall [email protected]