@re3se/gitsniffer 1.0.0 → 1.0.1

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.
package/README.md CHANGED
@@ -5,6 +5,8 @@
5
5
 
6
6
  GitSniffer is a CLI tool designed to act as an intelligent filter for your codebase. It ensures that no debug leftovers, private keys, or sloppy comments make their way into your repository. It's not just a linter, it's a gatekeeper for quality.
7
7
 
8
+ ![Terminal Preview](src/assets/terminal.png)
9
+
8
10
  ## 🚀 The Philosophy
9
11
  I build ecosystems where quality is non-negotiable. GitSniffer was born from a simple need: **intentionality**.
10
12
 
@@ -23,7 +25,7 @@ GitSniffer hooks into your workflow at the most critical moment: **pre-commit**.
23
25
  Install it globally to use it across all your projects:
24
26
 
25
27
  ```bash
26
- npm install -g gitsniffer
28
+ npm install -g @re3se/gitsniffer
27
29
  ```
28
30
 
29
31
  ## 🚀 Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@re3se/gitsniffer",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "An intelligent CLI tool that prevents bad code and security leaks from entering your repository.",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
Binary file