/bolt

:boom: - CLI tool

Primary LanguageGo

Bolt

Overview

Bolt is a lightning fast CLI tool that speeds up development.

Using Bolt CLI

At present, Bolt is just a CLI proxy which runs other CLI tools. For it to be useful you will need the following tools installed on your local workstation:

Installing Bolt

Visit the releases page for the latest version.

Run the following command to install bolt and start using it locally (remember to update the RELEASE_VERSION first):

RELEASE_VERSION="v0.1.7" sh -c 'curl -Lf https://github.com/hervit0/bolt/releases/download/$RELEASE_VERSION/bolt-darwin-amd64 --output bolt && chmod 755 bolt && mv bolt /usr/local/bin/bolt'

Then you should be able to try the following command to prove it is working

$ bolt
This is Bolt, try `bolt help` for more

Docs

Cheat Sheet

$ dep init
$ dep ensure -add github.com/pkg/errors
$ go test