Comparing version 1.0.2 to 1.0.3
@@ -13,2 +13,3 @@ #!/usr/bin/env node | ||
const start_1 = require("./start"); | ||
const generate_1 = require("./generate"); | ||
const commander = commist_1.default(); | ||
@@ -23,2 +24,3 @@ const help = help_me_1.default({ | ||
commander.register('start', start_1.cli); | ||
commander.register('generate', generate_1.cli); | ||
const res = commander.parse(process.argv.splice(2)); | ||
@@ -25,0 +27,0 @@ if (res) { |
Fastify command line interface available commands are: | ||
* start start a server | ||
* generate init a project | ||
* version the current fastify-cli version | ||
@@ -5,0 +6,0 @@ * help help about commands |
{ | ||
"name": "@hoth/cli", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "cli plugin for hoth framework", | ||
@@ -29,6 +29,8 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@hoth/app-autoload": "^1.0.2", | ||
"@hoth/app-autoload": "^1.0.3", | ||
"@hoth/logger": "^1.0.1", | ||
"@hoth/utils": "^1.0.1", | ||
"@hoth/utils": "^1.0.2", | ||
"chalk": "^4.1.0", | ||
"commist": "^1.1.0", | ||
"generify": "^4.2.0", | ||
"help-me": "^2.0.0", | ||
@@ -43,5 +45,6 @@ "inspector": "^0.5.0", | ||
"dist", | ||
"help" | ||
"help", | ||
"templates" | ||
], | ||
"gitHead": "533d8eeb5a84ee0100088be40380ac0300a3160b" | ||
"gitHead": "f88eee388c4c6c036c80f7e9b5cbb2823c75fb7e" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27601
36
384
12
1
4
+ Addedchalk@^4.1.0
+ Addedgenerify@^4.2.0
+ Addedend-of-stream@1.4.4(transitive)
+ Addedgenerify@4.2.0(transitive)
+ Addedisbinaryfile@4.0.10(transitive)
+ Addedmakeerror@1.0.12(transitive)
+ Addedpump@3.0.2(transitive)
+ Addedsplit2@3.2.2(transitive)
+ Addedtmpl@1.0.5(transitive)
+ Addedwalker@1.0.8(transitive)
Updated@hoth/app-autoload@^1.0.3
Updated@hoth/utils@^1.0.2