@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 +3 -1
- package/package.json +1 -1
- package/src/assets/terminal.png +0 -0
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
|
+

|
|
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
|
Binary file
|