@fiber-pay/cli 0.1.0-rc.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 ADDED
@@ -0,0 +1,21 @@
1
+ # @fiber-pay/cli
2
+
3
+ Command-line tool for managing Fiber Network nodes.
4
+
5
+ ## Install
6
+
7
+ ```bash
8
+ pnpm add @fiber-pay/cli
9
+ ```
10
+
11
+ ## Usage
12
+
13
+ ```bash
14
+ fiber-pay --help
15
+ fiber-pay node start --json
16
+ ```
17
+
18
+ ## Compatibility
19
+
20
+ - Node.js `>=20`
21
+ - Fiber target: `v0.6.1`
package/dist/cli.d.ts ADDED
@@ -0,0 +1,2 @@
1
+
2
+ export { }