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

https://github.com/yglukhov/nimble-tag


https://github.com/yglukhov/nimble-tag

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# nimble-tag

If you're a maintainer of a [nimble](https://github.com/nim-lang/nimble) package, place a corresponding badge on your `README.md`.
If your package supports Nim Javascript target, use this one:

![nimble](https://raw.githubusercontent.com/yglukhov/nimble-tag/master/nimble_js.png)

```
[![nimble](https://raw.githubusercontent.com/yglukhov/nimble-tag/master/nimble_js.png)](https://github.com/yglukhov/nimble-tag)
```

Otherwise, use this one:

![nimble](https://raw.githubusercontent.com/yglukhov/nimble-tag/master/nimble.png)
```
[![nimble](https://raw.githubusercontent.com/yglukhov/nimble-tag/master/nimble.png)](https://github.com/yglukhov/nimble-tag)
```