hybridgroup.gobot/cli
Leo Arias 3e63e4fd31 Add the installation steps for the CLI snap 2017-06-27 15:36:38 -06:00
..
README.md Add the installation steps for the CLI snap 2017-06-27 15:36:38 -06:00
doc.go
generate.go license: update license year to include 2017 2017-01-02 22:25:17 +01:00
main.go

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.