The command line client for Barcelona.
Go to Releases page and download the file for your platform.
Unzip the file and place the binary to your PATH
bcn help
Requirements:
Simply check out the repository and download the modules required by barcelona-cli. Run make test
and ensure the tests pass
git clone https://github.com/degica/barcelona-cli bcn
cd bcn
go mod download
make test
Running make
will issue a development executable, barcelona-cli
, in the root of the project.
Run make format
to format your code!
Run make vet
to ensure your code meets all the go conventions