args-tokens 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# args-tokens
|
|
2
2
|
|
|
3
3
|
[![Version][npm-version-src]][npm-version-href]
|
|
4
|
+
[![JSR][jsr-src]][jsr-href]
|
|
4
5
|
[![CI][ci-src]][ci-href]
|
|
5
6
|
|
|
6
7
|
> [`parseArgs` tokens](https://nodejs.org/api/util.html#parseargs-tokens) compatibility and more high-performance parser
|
|
@@ -196,5 +197,7 @@ This project is inspired by:
|
|
|
196
197
|
|
|
197
198
|
[npm-version-src]: https://img.shields.io/npm/v/args-tokens?style=flat
|
|
198
199
|
[npm-version-href]: https://npmjs.com/package/args-tokens
|
|
200
|
+
[jsr-src]: https://jsr.io/badges/@kazupon/args-tokens
|
|
201
|
+
[jsr-href]: https://jsr.io/@kazupon/args-tokens
|
|
199
202
|
[ci-src]: https://github.com/kazupon/args-tokens/actions/workflows/ci.yml/badge.svg
|
|
200
203
|
[ci-href]: https://github.com/kazupon/args-tokens/actions/workflows/ci.yml
|