5.0.3 • Published 3 years ago

beanmaster v5.0.3

Weekly downloads
7
License
MIT
Repository
github
Last release
3 years ago

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 beanmaster

Usage

You can simply start the server and listening 3000 with:

beanmaster

Use -p or --port to specify port number:

beanmaster -p 4000

Daemonizing

You may start as daemon server:

beanmaster start

Start with port number (-p or --port):

beanmaster start --port 5000

Stop the server daemon:

beanmaster stop

Restart the server daemon:

beanmaster restart

See all options:

beanmaster --help

Development

Install the dependencies

yarn

Start koa server

yarn start

Start webpack development server

yarn dev

Build

NODE_ENV=production yarn build

Todo

  • server: add ajv as request and respond validator
  • add test

Acknowledgement

Contributor: @adamliuxy

Original design: ptrofimov

5.0.3

3 years ago

5.0.2

3 years ago

5.0.1

3 years ago

5.0.0

3 years ago

4.0.1

6 years ago

4.0.0

6 years ago

3.0.1

7 years ago

3.0.0

7 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.19

9 years ago

1.0.18

9 years ago

1.0.17

9 years ago

1.0.15

9 years ago

1.0.14

9 years ago

1.0.13

9 years ago

1.0.12

9 years ago

1.0.11

9 years ago

1.0.10

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago