repomeld 3.0.3 → 3.0.4
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 -8
- package/bin/cli.js +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -328,7 +328,7 @@ repomeld --include src --style markdown --output analysis.md
|
|
|
328
328
|
|
|
329
329
|
```bash
|
|
330
330
|
# Clone the repo
|
|
331
|
-
git clone https://github.com/
|
|
331
|
+
git clone https://github.com/susheelhbti/repomeld.git
|
|
332
332
|
cd repomeld
|
|
333
333
|
|
|
334
334
|
# Install dependencies
|
|
@@ -383,11 +383,6 @@ MIT © [Susheel](mailto:susheelhbti@gmail.com)
|
|
|
383
383
|
> Got a project? Let's talk — 📧 **[susheelhbti@gmail.com](mailto:susheelhbti@gmail.com)**
|
|
384
384
|
|
|
385
385
|
---
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
[](https://star-history.com/#susheel/repomeld&Date)
|
|
390
|
-
|
|
391
|
-
---
|
|
392
|
-
|
|
386
|
+
|
|
387
|
+
|
|
393
388
|
**Made with ❤️ for developers who need better context for AI tools**
|
package/bin/cli.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "repomeld",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.4",
|
|
4
4
|
"description": "Meld your entire repo into a single file — perfect for AI context & code reviews",
|
|
5
5
|
"main": "bin/cli.js",
|
|
6
6
|
"bin": {
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
},
|
|
33
33
|
"repository": {
|
|
34
34
|
"type": "git",
|
|
35
|
-
"url": "git+https://github.com/
|
|
35
|
+
"url": "git+https://github.com/susheelhbti/repomeld.git"
|
|
36
36
|
},
|
|
37
37
|
"bugs": {
|
|
38
|
-
"url": "https://github.com/
|
|
38
|
+
"url": "https://github.com/susheelhbti/repomeld/issues"
|
|
39
39
|
},
|
|
40
|
-
"homepage": "https://github.com/
|
|
40
|
+
"homepage": "https://github.com/susheelhbti/repomeld#readme"
|
|
41
41
|
}
|