npm install protomentTo install:
npm install -g protoment
To run:
protoment or npm start or ./server
To enable temporary remote help access:
carebear or npm run help
To do a release:
````
npm run dist
npm shrinkwrap
npm version patch
npm publish