Skip to content

ekhvalov/beans-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

beans-cli

Simple command-line interface for interaction with beanstalk server

Installation

export BEANSCLI_SRC_PATH=/tmp/beans-cli-src
export BEANSCLI_INSTALL_PATH=/usr/local/bin
export GOPATH=$BEANSCLI_SRC_PATH/lib
export GOBIN=$GOPATH/bin

git clone https://github.com/webproducer/beans-cli.git $BEANSCLI_SRC_PATH
cd $BEANSCLI_SRC_PATH
mkdir -p lib/bin
go get
go build -o $BEANSCLI_INSTALL_PATH/beans-cli beans-cli.go

Usage

Type beans-cli help to get instructions

About

Simple command-line interface for interaction with beanstalk server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%