@swyger/cli
Advanced tools
Comparing version 0.1.4 to 0.1.5
#!/usr/bin/env node | ||
// Run `npm run start` to start the demo | ||
import { | ||
@@ -5,0 +4,0 @@ intro, |
// Run `npm run start` to start the demo | ||
//On local package: swyger -- init | ||
import { | ||
@@ -3,0 +4,0 @@ intro, |
{ | ||
"name": "@swyger/cli", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Swyger CLI is used to create projects(Server/Client) with boilerplate!", | ||
"type": "module", | ||
"main": "bin/index.js", | ||
"repository": "https://github.com/coorise/swyger-nodejs-cli", | ||
"publishConfig": { | ||
@@ -18,3 +19,3 @@ "ignore": [ | ||
"bin": { | ||
"swyger-cli": "./bin/index.js" | ||
"swyger": "./bin/index.js" | ||
}, | ||
@@ -21,0 +22,0 @@ "scripts": { |
@@ -31,4 +31,4 @@ # <span style="color: red;">Swyger</span> <span style="color: blue;">CLI</span> | ||
- ``swyger-cli -- -h``: To get the commands and option | ||
- ``swyger-cli -- init``: To init the project | ||
- ``swyger -h``: To get the commands and option | ||
- ``swyger init``: To init the project | ||
- ``init`` command can be directly chained with: | ||
@@ -35,0 +35,0 @@ - ``-n your-project-name``: To create the project name |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
108247