@ferrflow/darwin-arm64 4.0.1 → 4.0.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 +7 -7
- package/bin/ferrflow +0 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# FerrFlow
|
|
2
2
|
|
|
3
|
-
[](https://github.com/FerrLabs/FerrFlow/actions/workflows/ci.yml)
|
|
4
|
+
[](https://github.com/FerrLabs/FerrFlow/actions/workflows/release.yml)
|
|
5
|
+
[](https://github.com/FerrLabs/FerrFlow/releases/latest)
|
|
6
|
+
[](https://codecov.io/gh/FerrLabs/FerrFlow)
|
|
7
|
+
[](LICENSE)
|
|
8
8
|
[](https://badge.socket.dev/npm/package/ferrflow/latest)
|
|
9
9
|
[](https://snyk.io/test/npm/ferrflow)
|
|
10
10
|
|
|
@@ -57,7 +57,7 @@ docker run ghcr.io/ferrflow/ferrflow:latest check
|
|
|
57
57
|
|
|
58
58
|
**Pre-built binaries**
|
|
59
59
|
|
|
60
|
-
Download from [Releases](https://github.com/
|
|
60
|
+
Download from [Releases](https://github.com/FerrLabs/FerrFlow/releases).
|
|
61
61
|
|
|
62
62
|
## Usage
|
|
63
63
|
|
|
@@ -108,7 +108,7 @@ ferrflow completions zsh > ~/.zfunc/_ferrflow
|
|
|
108
108
|
ferrflow completions fish > ~/.config/fish/completions/ferrflow.fish
|
|
109
109
|
```
|
|
110
110
|
|
|
111
|
-
Pre-generated completion scripts are also available as `ferrflow-completions.tar.gz` in each [GitHub release](https://github.com/
|
|
111
|
+
Pre-generated completion scripts are also available as `ferrflow-completions.tar.gz` in each [GitHub release](https://github.com/FerrLabs/FerrFlow/releases).
|
|
112
112
|
|
|
113
113
|
## Configuration
|
|
114
114
|
|
package/bin/ferrflow
CHANGED
|
Binary file
|