1.0.60 • Published 7 years ago

apegroup-cli v1.0.60

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

Apegroup CLI (ALPHA)

by apegroup

--------------------------------------------

Installation the latest version globally

npm install apegroup-cli --global

Usage

DEBUG=true apegroup

Uninstall :( remove the global version

npm uninstall apegroup-cli --global

Advanced usage

Installation: a local specific version

npm install apegroup-cli@v1.0.0

Usage:

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

Config: Add in package json

"apegrouprc": {
    "port": "1165"
}

Uninstall :( remove the global version

npm uninstall apegroup-cli@v1.0.0