gobot.io/x/gobot@v1.16.0/cli/README.md (about) 1 # Gobot CLI 2 3 Gobot has its own CLI to generate new platforms, adaptors, and drivers. 4 5 ## Building the CLI 6 7 ``` 8 go build -o /path/to/dest/gobot . 9 ``` 10 11 ## Running the CLI 12 13 ``` 14 /path/to/dest/gobot help 15 ``` 16 17 Should display help for the Gobot CLI: 18 19 ``` 20 CLI tool for generating new Gobot projects. 21 22 NAME: 23 gobot - Command Line Utility for generating new Gobot adaptors, drivers, and platforms 24 25 USAGE: 26 gobot [global options] command [command options] [arguments...] 27 28 ... 29 ``` 30 31 ## Installing from the snap 32 33 Gobot is also published in the [snap store](https://snapcraft.io/). It is not yet stable, so you can help testing it in any of the [supported Linux distributions](https://snapcraft.io/docs/core/install) with: 34 35 ``` 36 sudo snap install gobot --edge 37 ``` 38 39 ## License 40 Copyright (c) 2013-2018 The Hybrid Group. Licensed under the Apache 2.0 license.