Nut is a tool to manage versioned Go source code packages, called "nuts".
- gonuts.io – central repository (source code)
- Documents
- Stable API
- Mailing List
- Issues
- Contributing
- License
Install latest stable version with go get
:
go get -u github.com/AlekSi/nut/...
touch ~/.nut.json
nut help
Note: development happens mostly in other branches.