@buygent/cli 0.3.0

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/LICENSE ADDED
@@ -0,0 +1,3 @@
1
+ UNLICENSED
2
+
3
+ This package is published without an open-source license until a formal licensing decision is made.
package/README.md ADDED
@@ -0,0 +1,23 @@
1
+ # Buygent CLI
2
+
3
+ Install with Bun:
4
+
5
+ ```sh
6
+ bun add -g @buygent/cli
7
+ ```
8
+
9
+ Install with npm:
10
+
11
+ ```sh
12
+ npm install -g @buygent/cli
13
+ ```
14
+
15
+ Quick start:
16
+
17
+ ```sh
18
+ buygent --version
19
+ buygent extension install
20
+ buygent --help
21
+ ```
22
+
23
+ If your release is published under a fallback package name, substitute `buygent-cli` for `@buygent/cli`.