Gobot has its own CLI to generate new platforms, adaptors, and drivers.
go build -o /path/to/dest/gobot .
/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...]
...
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
Copyright (c) 2013-2018 The Hybrid Group. Licensed under the Apache 2.0 license.