@earlyai/cli 2.21.17 → 2.21.22
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 +8 -0
- package/dist/index.cjs +254 -164
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
AI-powered CLI tool that generates unit tests for TypeScript/JavaScript codebases.
|
|
4
4
|
|
|
5
|
+
Requires Node.js >= 20.19.0.
|
|
6
|
+
|
|
7
|
+
Installed as the `early` command (ISC licensed).
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
npm install -g @earlyai/cli
|
|
11
|
+
```
|
|
12
|
+
|
|
5
13
|
## Commands
|
|
6
14
|
|
|
7
15
|
### `gather-stats`
|