New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

beanmaster

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beanmaster

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)

latest
Source
npmnpm
Version
5.0.3
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 04 Jan 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts