alys-akusa 0.1.0 → 0.1.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/dist/index.cjs +302 -1271
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Alys CLI
|
|
2
2
|
|
|
3
|
-
Alys is
|
|
3
|
+
Alys is the authenticated CLI for Akusa-managed dataset generation.
|
|
4
4
|
|
|
5
5
|
```bash
|
|
6
6
|
npm install -g alys-akusa
|
|
@@ -13,10 +13,12 @@ Or run without installing:
|
|
|
13
13
|
npx alys-akusa generate "B2B SaaS sales objections"
|
|
14
14
|
```
|
|
15
15
|
|
|
16
|
+
The first run opens `alys.akusa.dev` so you can sign in and link usage to your dashboard.
|
|
17
|
+
|
|
16
18
|
## Free Launch Credits
|
|
17
19
|
|
|
18
20
|
During the launch window, each Alys account receives 5 free dataset generations.
|
|
19
|
-
One generated dataset spends one generation credit. If a run requests 5 datasets,
|
|
21
|
+
One successfully generated dataset spends one generation credit. If a run requests 5 datasets,
|
|
20
22
|
it spends all 5 free generations.
|
|
21
23
|
|
|
22
24
|
## Local Development
|