apegroup-cli
v1.0.60
Published
Open source web server.
Readme
Apegroup CLI (ALPHA)
by apegroup
--------------------------------------------
Installation the latest version globally
npm install apegroup-cli --globalUsage
DEBUG=true apegroupUninstall :( remove the global version
npm uninstall apegroup-cli --globalAdvanced usage
Installation: a local specific version
npm install [email protected]Usage:
DEBUG=true apegroup server start --koa --port=8080Config: Add in package json
"apegrouprc": {
"port": "1165"
}Uninstall :( remove the global version
npm uninstall [email protected]