@allohamora/cli
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
{ | ||
"name": "@allohamora/cli", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "cli to initialize projects and more", | ||
@@ -5,0 +5,0 @@ "input": "./src/index.ts", |
@@ -34,2 +34,3 @@ # CLI | ||
- [**codeql-workflow**](/src/categories/js/codeql-workflow) is a script to initialize github codeql workflow what runs codeql with default options on each push to github. | ||
- [**dependabot**](src/categories/js/dependabot/) is a script to initialize github dependabot what manages project dependencies vulnerabilities and opens pull requests with fixes. | ||
@@ -36,0 +37,0 @@ \*integrations runs only if package is installing or installed. |
94525
41