nogrep 1.0.4 → 1.0.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.
- package/README.md +0 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,14 +16,6 @@ In Claude Code:
|
|
|
16
16
|
4. Choose the installation scope (you, your team, etc.) and hit Enter
|
|
17
17
|
5. Type `/reload-plugins` to activate
|
|
18
18
|
|
|
19
|
-
For local development/testing:
|
|
20
|
-
|
|
21
|
-
```bash
|
|
22
|
-
git clone https://github.com/alirezanasseh/nogrep.git
|
|
23
|
-
cd nogrep && npm install && npm run build
|
|
24
|
-
claude --plugin-dir ./nogrep
|
|
25
|
-
```
|
|
26
|
-
|
|
27
19
|
## Quick start
|
|
28
20
|
|
|
29
21
|
1. Open your project in Claude Code
|