@farm.js/cli 0.1.0-beta.24 → 0.1.0-beta.26
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/bin/farm.js +4 -1
- package/package.json +2 -2
package/bin/farm.js
CHANGED
|
@@ -25,7 +25,10 @@ const banner = `
|
|
|
25
25
|
░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██████ ░██████
|
|
26
26
|
`;
|
|
27
27
|
|
|
28
|
-
program
|
|
28
|
+
program
|
|
29
|
+
.name("farm")
|
|
30
|
+
.description("Farm.js CLI - A framework for product-integrated apps")
|
|
31
|
+
.version(version);
|
|
29
32
|
program.addHelpText("beforeAll", `${banner}\n`);
|
|
30
33
|
|
|
31
34
|
function collectOption(value, previous) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@farm.js/cli",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
3
|
+
"version": "0.1.0-beta.26",
|
|
4
4
|
"description": "CLI for Farm.js framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"@farm.js/cli",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"commander": "^11.1.0",
|
|
31
31
|
"croner": "9.1.0",
|
|
32
32
|
"picocolors": "^1.0.0",
|
|
33
|
-
"@farm.js/core": "0.1.0-beta.
|
|
33
|
+
"@farm.js/core": "0.1.0-beta.26"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/node": "^20.10.5",
|