@falconer/cli-darwin-x64 0.1.4 → 0.1.5
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 +13 -0
- package/falconer +0 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# @falconer/cli-darwin-x64
|
|
2
|
+
|
|
3
|
+
Platform binary for the Falconer CLI on macOS x64.
|
|
4
|
+
|
|
5
|
+
Most users should install the main CLI package instead:
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm install -g @falconer/cli
|
|
9
|
+
falconer oauth login
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
This package is installed automatically as an optional dependency of
|
|
13
|
+
`@falconer/cli` on supported systems.
|
package/falconer
CHANGED
|
Binary file
|