Note: vinxi is deprecated and not longer actively maintained.
Visit vinxi's website to get started.
go get -u gopkg.in/vinxi/vinxi.v0
See godoc reference for detailed API documentation.
See examples directory.
See vinxictl for command-line usage.
Clone the repository:
git clone https://github.com/vinxi/vinxi.git && cd vinxi
Create subpackages symbolic links in $GOPATH
:
make link
Lint, format and run tests:
make
Mixed Apache License 2.0 and MIT License (see file header for details).