@ptkdev/all-shields-cli
Version:
Tool to help automate your badges of shields.io, badgen.net, fury.io, github action and snyk.io from .all-shieldsrc dotfile for your markdown files. You can use Liquid variables like {{name}} or {{version}} which refer to your package.json. Inspired by al
35 lines (20 loc) • 1.61 kB
Markdown
# v2.0.2 (April 24, 2021)
- Porting: to typescript
<!-- all-shields/sponsors-badges:START -->
[](https://www.paypal.me/ptkdev) [](https://ko-fi.com/ptkdev) [](https://github.com/sponsors/ptkdev) [](https://www.patreon.com/join/ptkdev) [](https://ptk.dev/img/icons/menu/bitcoin_wallet.png) [](https://ptk.dev/img/icons/menu/ethereum_wallet.png)
<!-- all-shields/sponsors-badges:END -->
# v1.3.0 (March 30, 2021)
- Feature: support more than 1 levels deep of json, example: {{node.version}}
# v1.2.0 (May 18, 2020)
- Support: github action (#1)
# v1.1.0 (May 16, 2020)
- Support: fury.io
- Support: snyk.io
- Support: badgen.net
- Fix: Replace "space" with `%20`
- Fix: Replace `-` with `--`
- Feature: `custom` attribute. Now you can set any badge string on image url of badge services.
# v1.0.1 (May 16, 2020)
- Docs: 🔑 Liquid variables
# v1.0.0 (May 15, 2020)
- First Release.