Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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
```