1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-05-14 19:29:32 +08:00
deadprogram 316ebe1a60 cli: a few small adjustments to the CLI and docs.
Signed-off-by: deadprogram <ron@hybridgroup.com>
2016-12-19 11:22:41 +01:00

33 lines
568 B
Markdown

# 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-2016 The Hybrid Group. Licensed under the Apache 2.0 license.