Comparing version 1.0.8 to 1.0.9
const cli = require("commander"); | ||
const keza = new cli.Command(); | ||
exports.helper = ()=> { | ||
exports.helper = () => { | ||
keza | ||
.description("generate template files very fast") | ||
.version("1.0.8") | ||
.version("1.0.9") | ||
.parse(process.argv); | ||
keza.on("--help", function() { | ||
keza.on("--help", function () { | ||
console.log("Examples:"); | ||
@@ -14,2 +14,2 @@ console.log(" $ keza --help"); | ||
}); | ||
} | ||
}; |
{ | ||
"name": "keza", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Generate template files(Eslint config files, gitignore, readme..etc) from the command line", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -30,2 +30,18 @@ # Keza | ||
## Supported template files | ||
| Template file | ||
| ------------ |-- | ||
| ✔ .babelrc | | ||
| ✔ .travis.yml | | ||
| ✔ .dockerignore | | ||
| ✔ .eslintignore | | ||
| ✔ .eslintrc | | ||
| ✔ .hound.yml | | ||
| ✔ .sequerizerc | | ||
| ✔ Dockerfile | | ||
| ✔ Procfile | | ||
| ✔ README.md | | ||
| | ||
## Using Keza CLI | ||
@@ -48,2 +64,3 @@ | ||
## License | ||
MIT License | ||
@@ -50,0 +67,0 @@ |
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
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
12461
85