Skip to content

mobingi/mobingi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

CircleCI Build status

Overview

mobingi is the official command line interface for Mobingi API and services.

See the documentation on https://docs.mobingi.com/v/cli-en/.

Getting started

Getting the cli

The easiest way to get mobingi is to use one of the pre-built release binaries which are available for OSX, Linux, and Windows.

If you want to try the latest version, you can build mobingi from the master branch. You need to have Go installed (version 1.8+ is required). Note that the master branch may be in an unstable or even broken state during development.

Building the cli

$ git clone https://github.com/mobingi/mobingi
$ cd mobingi
$ go build -v
$ ./mobingi

You can also install the binary to your $GOPATH/bin folder ($GOPATH/bin should be added to your $PATH environment variable).

$ go get -u -v github.com/mobingi/mobingi
$ mobingi