hybridgroup.gobot/cli
Joshua Shields f73774b7e2 689 update codegangsta to urfave (#690)
* Issue 689: rename codegangsta/cli to urfave/cli
2019-10-08 08:12:11 +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 689 update codegangsta to urfave (#690) 2019-10-08 08:12:11 +02:00
main.go 689 update codegangsta to urfave (#690) 2019-10-08 08:12:11 +02: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.