A CLI application for the amazing Pinterest's SnapPass 🔒
Currently, you will need to build your own copy. That's why you need Go installed.
Here's what you will do:
$ git clone https://github.com/fbenevides/snappass-cli
$ cd snappass-cli
$ go build -o snap
These commands will create a new file called snap
. You can add it to your PATH
.
SnapPass CLI is released under the MIT license. See LICENSE for details.