A small cmd too for issuing an asset on stellar.
To install mint, just use a simple go get command
$ go get github.com/adirutwn/mint
And don't forget to properly configured $GOPATH directory, with $GOPATH/bin
added to your PATH
export PATH=$PATH:$GOPATh/bin
You can now run the command mint
from anywhere in your terminal.