beanmaster
v5.0.3
Published
Nodejs [Beanstalkd](http://kr.github.io/beanstalkd/) admin console, inspired by [PHP version](https://github.com/ptrofimov/beanstalk_console) written by [ptrofimov](https://github.com/ptrofimov)
Downloads
19
Readme
Beanmaster
Nodejs Beanstalkd admin console, inspired by PHP version written by ptrofimov
Rewritten in Nodejs with React and koa, with some improvements
Installation
npm install -g beanmasterUsage
You can simply start the server and listening 3000 with:
beanmasterUse -p or --port to specify port number:
beanmaster -p 4000Daemonizing
You may start as daemon server:
beanmaster startStart with port number (-p or --port):
beanmaster start --port 5000Stop the server daemon:
beanmaster stopRestart the server daemon:
beanmaster restartSee all options:
beanmaster --helpDevelopment
Install the dependencies
yarnStart koa server
yarn startStart webpack development server
yarn devBuild
NODE_ENV=production yarn buildTodo
- server: add ajv as request and respond validator
- add test
Acknowledgement
Contributor: @adamliuxy
Original design: ptrofimov
