@xehxx/qtflow-cli-linux-x64 0.1.0 → 0.2.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/README.md +8 -2
- package/bin/qtflow +0 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @xehxx/qtflow-cli-linux-x64
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Prebuilt `qtflow` binary for Linux x64.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
This is an internal platform package for [`qtflow`](https://www.npmjs.com/package/qtflow). Don't install it directly — install the main package, which pulls in the right binary for your platform automatically:
|
|
6
|
+
|
|
7
|
+
```sh
|
|
8
|
+
npm i -g qtflow
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
Source: https://github.com/wudiyidashi/qtflow
|
package/bin/qtflow
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xehxx/qtflow-cli-linux-x64",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Prebuilt qtflow CLI binary for Linux x64.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "https://github.com/
|
|
8
|
+
"url": "https://github.com/wudiyidashi/qtflow.git"
|
|
9
9
|
},
|
|
10
10
|
"os": [
|
|
11
11
|
"linux"
|