hybridgroup.gobot/cli
Ron Evans 2657e572dc cli: remove extra newline
Signed-off-by: Ron Evans <ron@hybridgroup.com>
2018-04-12 12:25:39 +02:00
..
README.md docs: update copyright date to 2018 2018-02-14 08:24:39 +01:00
doc.go cli: a few small adjustments to the CLI and docs. 2016-12-19 11:22:41 +01:00
generate.go cli: remove extra newline 2018-04-12 12:25:39 +02: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-2018 The Hybrid Group. Licensed under the Apache 2.0 license.