@flux-lang/cli 0.1.18 → 0.1.19
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 +29 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# @flux-lang/cli
|
|
2
2
|
|
|
3
|
+
<!-- FLUX:BADGES:BEGIN -->
|
|
4
|
+
<p>
|
|
5
|
+
<a href="https://www.npmjs.com/package/@flux-lang/cli" target="_blank" rel="noreferrer">
|
|
6
|
+
<picture>
|
|
7
|
+
<source media="(prefers-color-scheme: dark)" srcset="../../badges/generated/npm.cli.dark.svg">
|
|
8
|
+
<img alt="@flux-lang/cli version" src="../../badges/generated/npm.cli.light.svg">
|
|
9
|
+
</picture>
|
|
10
|
+
</a>
|
|
11
|
+
<a href="https://www.npmjs.com/package/@flux-lang/cli" target="_blank" rel="noreferrer">
|
|
12
|
+
<picture>
|
|
13
|
+
<source media="(prefers-color-scheme: dark)" srcset="../../badges/generated/channel.cli.stable.dark.svg">
|
|
14
|
+
<img alt="@flux-lang/cli stable channel" src="../../badges/generated/channel.cli.stable.light.svg">
|
|
15
|
+
</picture>
|
|
16
|
+
</a>
|
|
17
|
+
<a href="../../LICENSE">
|
|
18
|
+
<picture>
|
|
19
|
+
<source media="(prefers-color-scheme: dark)" srcset="../../badges/generated/license.dark.svg">
|
|
20
|
+
<img alt="License" src="../../badges/generated/license.light.svg">
|
|
21
|
+
</picture>
|
|
22
|
+
</a>
|
|
23
|
+
<a href="https://github.com/cbassuarez/flux/commits/main" target="_blank" rel="noreferrer">
|
|
24
|
+
<picture>
|
|
25
|
+
<source media="(prefers-color-scheme: dark)" srcset="../../badges/generated/maintained.dark.svg">
|
|
26
|
+
<img alt="Maintained status" src="../../badges/generated/maintained.light.svg">
|
|
27
|
+
</picture>
|
|
28
|
+
</a>
|
|
29
|
+
</p>
|
|
30
|
+
<!-- FLUX:BADGES:END -->
|
|
31
|
+
|
|
3
32
|
1) **What this package is**
|
|
4
33
|
CLI tooling for the Flux score language. It ships the `flux` binary.
|
|
5
34
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flux-lang/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.19",
|
|
4
4
|
"description": "CLI tooling for the Flux score language",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Sebastian Suarez-Solis",
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
"README.md"
|
|
18
18
|
],
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@flux-lang/brand": "^0.1.
|
|
21
|
-
"@flux-lang/core": "^0.1.
|
|
22
|
-
"@flux-lang/cli-
|
|
23
|
-
"@flux-lang/cli-
|
|
20
|
+
"@flux-lang/brand": "^0.1.19",
|
|
21
|
+
"@flux-lang/core": "^0.1.19",
|
|
22
|
+
"@flux-lang/cli-core": "^0.1.19",
|
|
23
|
+
"@flux-lang/cli-ui": "^0.1.19"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@types/node": "^22.0.0",
|