Comparing version 5.4.0 to 5.5.0-dev.20240722
#!/usr/bin/env node | ||
declare const USAGE = "Wrong command has been detected. Use like below:\n\nnpx nestia [command] [options?]\n\n 1. npx nestia start <directory>\n 2. npx nestia template <directory>\n 3. npx nestia setup\n 4. npx nestia dependencies\n 5. npx nestia init\n 6. npx nestia sdk\n 7. npx nestia swagger\n 8. npx nestia e2e\n"; | ||
declare const USAGE = "Wrong command has been detected. Use like below:\n\nnpx nestia [command] [options?]\n\n 1. npx nestia start <directory>\n 2. npx nestia template <directory>\n 3. npx nestia setup\n 4. npx nestia dependencies\n 5. npx nestia init\n 6. npx nestia sdk\n 7. npx nestia swagger\n 8. npx nestia openai\n 9. npx nestia e2e\n"; | ||
declare function halt(desc: string): never; | ||
declare function main(): Promise<void>; |
@@ -46,3 +46,4 @@ #!/usr/bin/env node | ||
7. npx nestia swagger | ||
8. npx nestia e2e | ||
8. npx nestia openai | ||
9. npx nestia e2e | ||
`; | ||
@@ -77,2 +78,3 @@ function halt(desc) { | ||
type === "sdk" || | ||
type === "openai" || | ||
type === "swagger" || | ||
@@ -79,0 +81,0 @@ type === "e2e") { |
{ | ||
"name": "nestia", | ||
"version": "5.4.0", | ||
"version": "5.5.0-dev.20240722", | ||
"description": "Nestia CLI tool", | ||
@@ -5,0 +5,0 @@ "main": "bin/index.js", |
@@ -13,3 +13,4 @@ #!/usr/bin/env node | ||
7. npx nestia swagger | ||
8. npx nestia e2e | ||
8. npx nestia openai | ||
9. npx nestia e2e | ||
`; | ||
@@ -47,2 +48,3 @@ | ||
type === "sdk" || | ||
type === "openai" || | ||
type === "swagger" || | ||
@@ -49,0 +51,0 @@ type === "e2e" |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
67285
1068
1