Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

keza

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keza - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

8

lib/help.js
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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc