hybridgroup.gobot/cli
deadprogram 885c829a43 license: update license year to include 2017
Signed-off-by: deadprogram <ron@hybridgroup.com>
2017-01-02 22:25:17 +01:00
..
README.md license: update license year to include 2017 2017-01-02 22:25:17 +01: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...]

...

License

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