@mena-emad/documind 1.0.1 → 1.0.3
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 +8 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
# DocuMind
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
<p align="center">
|
|
4
|
+
<img src="./assets/Animation.gif" alt="DocuMind Demo" width="600px">
|
|
5
|
+
</p>
|
|
6
|
+
<br>
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
[](https://www.npmjs.com/package/@menaemad/documind) [](https://github.com/mena-emad/DocuMind) [](./LICENSE) [](https://www.typescriptlang.org/)
|
|
4
10
|
|
|
5
11
|
> AI-Powered Swagger/OpenAPI Documentation Generator for Express.js projects with intelligent context stitching.
|
|
6
12
|
|
|
@@ -218,4 +224,4 @@ Built by **Mena Emad Sawares**.
|
|
|
218
224
|
|
|
219
225
|
## 📜 License
|
|
220
226
|
|
|
221
|
-
DocuMind is released under the **
|
|
227
|
+
DocuMind is released under the **MIT License**.
|
package/package.json
CHANGED