Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/treeform/nimby
Nimby is a very simple and unofficial package manager for nim language.
https://github.com/treeform/nimby
Last synced: about 1 month ago
JSON representation
Nimby is a very simple and unofficial package manager for nim language.
- Host: GitHub
- URL: https://github.com/treeform/nimby
- Owner: treeform
- License: mit
- Created: 2019-06-01T17:05:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T23:41:59.000Z (over 1 year ago)
- Last Synced: 2024-11-15T05:32:26.543Z (2 months ago)
- Language: Nim
- Size: 771 KB
- Stars: 14
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nim - nimby - A very simple and unofficial package manager for Nim. (Development Tools / Build Systems / Package Management)
README
![Nimby Logo](docs/nimbyLogo.png)
# Nimby
`nimble install nimby`
![Github Actions](https://github.com/treeform/nimby/workflows/Github%20Actions/badge.svg)
[API reference](https://treeform.github.io/nimby)
This library has no dependencies other than the Nim standard library.
## About
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
```