project-to-text 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 +2 -7
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# project-to-text
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/project-to-text)
|
|
4
|
-
[](https://github.com/
|
|
4
|
+
[](https://github.com/IrbadAbdeldjelil/project-to-text/blob/main/LICENSE)
|
|
5
5
|
[](https://www.npmjs.com/package/project-to-text)
|
|
6
6
|
|
|
7
7
|
A powerful tool that converts your entire project into a single text file, making it easy to share with AI assistants for code review, analysis, and feedback.
|
|
@@ -90,15 +90,11 @@ CONTENT : {
|
|
|
90
90
|
|
|
91
91
|
|
|
92
92
|
|
|
93
|
-
## 📜 License
|
|
94
|
-
|
|
95
|
-
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
|
96
|
-
|
|
97
93
|
## 👨💻 Author
|
|
98
94
|
|
|
99
95
|
**Irbad Abdeldjelil**
|
|
100
96
|
- Email: irbadabdeldjelil@gmail.com
|
|
101
|
-
- GitHub: [
|
|
97
|
+
- GitHub: [IrbadAbdeldjelil](https://github.com/IrbadAbdeldjelil)
|
|
102
98
|
|
|
103
99
|
## 🙏 Acknowledgments
|
|
104
100
|
|
|
@@ -112,4 +108,3 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
|
|
|
112
108
|
**If you find this tool helpful, please consider giving it a ⭐ on GitHub!**
|
|
113
109
|
|
|
114
110
|
</div>
|
|
115
|
-
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "project-to-text",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Convert your project to a single text file for AI analysis and code sharing",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"project",
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
"fast-glob": "^3.3.3"
|
|
28
28
|
},
|
|
29
29
|
"engines": {
|
|
30
|
-
"node": ">=
|
|
30
|
+
"node": ">=24.6.0"
|
|
31
31
|
},
|
|
32
32
|
"repository": {
|
|
33
33
|
"type": "git",
|
|
34
|
-
"url": "https://github.com/
|
|
34
|
+
"url": "https://github.com/IrbadAbdeldjelil/project-to-text"
|
|
35
35
|
},
|
|
36
|
-
"homepage": "https://github.com/
|
|
36
|
+
"homepage": "https://github.com/IrbadAbdeldjelil/project-to-text#readme",
|
|
37
37
|
"bugs": {
|
|
38
|
-
"url": "https://github.com/
|
|
38
|
+
"url": "https://github.com/IrbadAbdeldjelil/project-to-text/issues"
|
|
39
39
|
}
|
|
40
40
|
}
|