git-ignore-generator-creator-cli 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,9 @@
1
- # git-ignore-gen-cli
1
+ # git-ignore-generator-creator-cli
2
2
 
3
- A simple CLI tool to generate `.gitignore` files for multiple tech stacks quickly.
3
+ ![npm version](https://img.shields.io/npm/v/git-ignore-generator-creator-cli)
4
+ ![downloads](https://img.shields.io/npm/dw/git-ignore-generator-creator-cli)
5
+
6
+ A fast, offline CLI to generate .gitignore files for Node, Python, Java, React, and more. Generate `.gitignore` files for multiple tech stacks quickly.
4
7
  No need to search online — create your `.gitignore` instantly from common templates like **Node.js**, **React**, **Python**, and more.
5
8
 
6
9
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "git-ignore-generator-creator-cli",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Generate .gitignore files quickly for multiple tech stacks",
5
5
  "bin": {
6
6
  "git-ignore-gen": "./bin/index.js"