Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 557 Bytes

README.md

File metadata and controls

51 lines (37 loc) · 557 Bytes

dev

vinxi development made simple and enjoyable.

Prerequisites

  • go (be sure $GOPATH is properly defined)
  • git

Set up

Clone all the package's repositories (only missing repositories will be cloned):

$ make clone

Create symlinks in $GOPATH (optional):

$ make link

Development

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

License

MIT