@uge/payo 0.1.0 → 0.1.1
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 +6 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
<img src="https://raw.githubusercontent.com/uttam-gelot/payo/main/assets/logo.png" alt="Payo" width="200" />
|
|
4
4
|
|
|
5
5
|
**Generate project-tailored AI assistant rules & skills in under two minutes.**
|
|
6
6
|
|
|
@@ -22,11 +22,14 @@ project's conventions instead of guessing.
|
|
|
22
22
|
No install required — run it in any project directory:
|
|
23
23
|
|
|
24
24
|
```bash
|
|
25
|
-
npx payo
|
|
25
|
+
npx @uge/payo
|
|
26
26
|
# or
|
|
27
|
-
bunx payo
|
|
27
|
+
bunx @uge/payo
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
+
> The command you run after install is still `payo`. Install globally with
|
|
31
|
+
> `npm i -g @uge/payo` (or `bun add -g @uge/payo`), then just run `payo`.
|
|
32
|
+
|
|
30
33
|
Answer a short questionnaire about your stack, and Payo drops tailored AI
|
|
31
34
|
guidance files straight into your repo.
|
|
32
35
|
|