codeusage-cli 0.1.9
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 +19 -0
- package/dist/index.cjs +29739 -0
- package/package.json +42 -0
package/README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# Afterburn CLI
|
|
2
|
+
|
|
3
|
+
Track your team's AI coding tool usage with zero friction.
|
|
4
|
+
|
|
5
|
+
## Installation
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm install -g @hashim_ea/afterburn
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
## Uninstall
|
|
12
|
+
|
|
13
|
+
```bash
|
|
14
|
+
npm uninstall -g @hashim_ea/afterburn
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
## License
|
|
18
|
+
|
|
19
|
+
MIT
|