nimble install nimby
This library has no dependencies other than the Nim standard library.
Nimby is a very simple tool to help with managing many Nim packages. If you have a ton of packages you are working on, this tool can help to keep everything up to date. And making sure readme, license and and nimble use a uniform style. Also helps you push and develop all of the at once.
nimby - manage a large collection of nimble packages in development
- list list all Nim packages in the current directory
- develop make sure all packages are linked with nimble
- pull pull all updates to packages from with git
- tag create a git tag for all pacakges if needed