vinxi development made simple and enjoyable.
go
(be sure $GOPATH is properly defined)git
Clone all the package's repositories (only missing repositories will be cloned):
$ make clone
Create symlinks in $GOPATH (optional):
$ make link
Run all package tests:
$ make test
Lint all packages:
$ make lint
Run all:
$ make
Update docs changes and publish them:
$ make web
Get SLOC:
$ make sloc
MIT