fpf-cli 1.6.56 → 1.6.58
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 +2 -2
- package/bin/fpf-go-darwin-amd64 +0 -0
- package/bin/fpf-go-darwin-arm64 +0 -0
- package/bin/fpf-go-linux-amd64 +0 -0
- package/bin/fpf-go-linux-arm64 +0 -0
- package/bin/fpf-go-windows-amd64.exe +0 -0
- package/bin/fpf-go-windows-arm64.exe +0 -0
- package/fpf +75 -4227
- package/package.json +1 -2
- package/lib/fpf/manager-actions.sh +0 -335
package/README.md
CHANGED
|
@@ -16,8 +16,8 @@ npm install -g fpf-cli
|
|
|
16
16
|
bun add -g fpf-cli
|
|
17
17
|
```
|
|
18
18
|
|
|
19
|
-
`npm`/`bun` installs
|
|
20
|
-
|
|
19
|
+
`npm`/`bun` installs bundle prebuilt Go binaries for Linux/macOS/Windows (`amd64` + `arm64`).
|
|
20
|
+
`fpf` launches the packaged Go binary for all runtime behavior.
|
|
21
21
|
|
|
22
22
|
## Quick Start
|
|
23
23
|
|
package/bin/fpf-go-darwin-amd64
CHANGED
|
Binary file
|
package/bin/fpf-go-darwin-arm64
CHANGED
|
Binary file
|
package/bin/fpf-go-linux-amd64
CHANGED
|
Binary file
|
package/bin/fpf-go-linux-arm64
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|