a2zusage 1.0.0 → 1.0.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 +4 -2
- package/bin/a2zusage +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,7 +13,9 @@
|
|
|
13
13
|
</p>
|
|
14
14
|
|
|
15
15
|
<p align="center">
|
|
16
|
-
<img src="https://img.shields.io/npm/v/a2zusage?style=flat-square" alt="npm version">
|
|
16
|
+
<a href="https://www.npmjs.com/package/a2zusage"><img src="https://img.shields.io/npm/v/a2zusage?style=flat-square" alt="npm version"></a>
|
|
17
|
+
<a href="https://www.npmjs.com/package/a2zusage"><img src="https://img.shields.io/npm/dm/a2zusage?style=flat-square" alt="npm downloads"></a>
|
|
18
|
+
<a href="https://github.com/aezizhu/a2zaiusage/stargazers"><img src="https://img.shields.io/github/stars/aezizhu/a2zaiusage?style=flat-square" alt="GitHub stars"></a>
|
|
17
19
|
<img src="https://img.shields.io/badge/license-Apache%202.0-blue?style=flat-square" alt="license">
|
|
18
20
|
<img src="https://img.shields.io/badge/tools-14%2B-green?style=flat-square" alt="supported tools">
|
|
19
21
|
</p>
|
|
@@ -226,7 +228,7 @@ If you use a2zusage in your research, hiring process, or project, please cite:
|
|
|
226
228
|
author = {aezizhu},
|
|
227
229
|
title = {a2zusage: AI Coding Tools Usage Tracker},
|
|
228
230
|
url = {https://github.com/aezizhu/a2zaiusage},
|
|
229
|
-
year = {
|
|
231
|
+
year = {2026}
|
|
230
232
|
}
|
|
231
233
|
```
|
|
232
234
|
|
package/bin/a2zusage
CHANGED
|
Binary file
|
package/package.json
CHANGED