hybridgroup.gobot/cli
Leo Arias 58ff4fac66 Add the installation steps for the CLI snap 2017-07-26 19:07:40 +02:00
..
README.md Add the installation steps for the CLI snap 2017-07-26 19:07:40 +02:00
doc.go cli: a few small adjustments to the CLI and docs. 2016-12-19 11:22:41 +01:00
generate.go license: update license year to include 2017 2017-01-02 22:25:17 +01:00
main.go core: use canonical import domain of gobot.io for all code 2016-12-08 13:24:03 +01:00

README.md

Gobot CLI

Gobot has its own CLI to generate new platforms, adaptors, and drivers.

Building the CLI

go build -o /path/to/dest/gobot .

Running the CLI

/path/to/dest/gobot help

Should display help for the Gobot CLI:

CLI tool for generating new Gobot projects.

	NAME:
		 gobot - Command Line Utility for generating new Gobot adaptors, drivers, and platforms

	USAGE:
		 gobot [global options] command [command options] [arguments...]

...

Installing from the snap

Gobot is also published in the snap store. It is not yet stable, so you can help testing it in any of the supported Linux distributions with:

sudo snap install gobot --edge

License

Copyright (c) 2013-2017 The Hybrid Group. Licensed under the Apache 2.0 license.