@digigov/cli
Advanced tools
Comparing version 1.1.0-2a507fd6 to 1.1.0
@@ -15,3 +15,2 @@ "use strict"; | ||
} | ||
exports.default = Hello; | ||
Hello.description = 'describe the command here'; | ||
@@ -24,1 +23,2 @@ Hello.examples = [ | ||
Hello.args = [{ name: 'file' }]; | ||
exports.default = Hello; |
@@ -1,1 +0,1 @@ | ||
{"version":"1.1.0-2a507fd6","commands":{"hello":{"id":"hello","description":"describe the command here","pluginName":"@digigov/cli","pluginType":"core","aliases":[],"examples":["$ digigov hello\nhello world from ./src/hello.ts!\n"],"flags":{},"args":[{"name":"file"}]}}} | ||
{"version":"1.1.0","commands":{"hello":{"id":"hello","description":"describe the command here","pluginName":"@digigov/cli","pluginType":"core","aliases":[],"examples":["$ digigov hello\nhello world from ./src/hello.ts!\n"],"flags":{},"args":[{"name":"file"}]}}} |
{ | ||
"name": "@digigov/cli", | ||
"description": "CLI for Digigov apps and libs with plugin support", | ||
"version": "1.1.0-2a507fd6", | ||
"version": "1.1.0", | ||
"author": "GRNET Devs <devs@lists.grnet.gr>", | ||
@@ -35,3 +35,3 @@ "bin": { | ||
"ts-node": "10.9.2", | ||
"typescript": "4.9.5", | ||
"typescript": "5.3.2", | ||
"publint": "0.1.8", | ||
@@ -38,0 +38,0 @@ "@microsoft/rush-lib": "5.112.2" |
@@ -22,3 +22,3 @@ @digigov/cli | ||
$ digigov (-v|--version|version) | ||
@digigov/cli/1.1.0-2a507fd6 linux-x64 node-v16.17.1 | ||
@digigov/cli/1.1.0 darwin-arm64 node-v18.19.0 | ||
$ digigov --help [COMMAND] | ||
@@ -25,0 +25,0 @@ USAGE |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
12159