0.0.0 • Published 7 years ago

webbrew v0.0.0

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

WebBrew CLI (ALPHA)

Version Download Build Status

by Hamed Asemi

webrew

Simple usage

Installation the latest version globally

npm install webrew --global

Usage

DEBUG=true webrew

Uninstall :( remove the global version

npm uninstall webrew --global

Advanced usage

Installation: a local specific version

npm install webrew@v1.0.0

Usage:

DEBUG=true webrew server start --koa --port=8080

Config: Add in package json

"webrewrc": {
    "port": "1165"
}

Uninstall :( remove the global version

npm uninstall webrew@v1.0.0