├── README.md ├── nimble.png ├── nimble.svg ├── nimble_js.png └── nimble_js.svg /README.md: -------------------------------------------------------------------------------- 1 | # nimble-tag 2 | 3 | If you're a maintainer of a [nimble](https://github.com/nim-lang/nimble) package, place a corresponding badge on your `README.md`. 4 | If your package supports Nim Javascript target, use this one: 5 | 6 | ![nimble](https://raw.githubusercontent.com/yglukhov/nimble-tag/master/nimble_js.png) 7 | 8 | ``` 9 | [![nimble](https://raw.githubusercontent.com/yglukhov/nimble-tag/master/nimble_js.png)](https://github.com/yglukhov/nimble-tag) 10 | ``` 11 | 12 | Otherwise, use this one: 13 | 14 | ![nimble](https://raw.githubusercontent.com/yglukhov/nimble-tag/master/nimble.png) 15 | ``` 16 | [![nimble](https://raw.githubusercontent.com/yglukhov/nimble-tag/master/nimble.png)](https://github.com/yglukhov/nimble-tag) 17 | ``` 18 | -------------------------------------------------------------------------------- /nimble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yglukhov/nimble-tag/1aa2149ab874b80d2aec4b9e91a3341f9076109d/nimble.png -------------------------------------------------------------------------------- /nimble.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 14 | 16 | 17 | 18 | 31 | 32 | 33 | NIMBLE 34 | 35 | 36 | 39 | 40 | 41 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | -------------------------------------------------------------------------------- /nimble_js.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yglukhov/nimble-tag/1aa2149ab874b80d2aec4b9e91a3341f9076109d/nimble_js.png -------------------------------------------------------------------------------- /nimble_js.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 12 | 14 | 15 | NIMBLE 16 | 17 | 18 | 22 | 23 | 24 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 36 | 37 | 38 | 39 | 40 | 41 | 43 | 44 | JS 45 | 46 | --------------------------------------------------------------------------------