express-project-builder 1.0.24 → 1.0.26
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 +24 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,6 +13,12 @@ A powerful and professional [Express.js project generator CLI](https://www.npmjs
|
|
|
13
13
|
- [Folder Structure](#Folder-Structure)
|
|
14
14
|
- [Packages](#Packages)
|
|
15
15
|
- [Examples](#Examples)
|
|
16
|
+
- [Contributors](#Contributors)
|
|
17
|
+
- [Sponsors](#Sponsors)
|
|
18
|
+
- [Buy Me a Coffee](#Buy-Me-a-Coffee)
|
|
19
|
+
- [Reporting Issues](#Reporting-Issues)
|
|
20
|
+
- [Impotance](#Impotance)
|
|
21
|
+
- [License](#license)
|
|
16
22
|
|
|
17
23
|
# [Quick Start](#Quick-Start)
|
|
18
24
|
|
|
@@ -767,3 +773,21 @@ export const Product_Controllers = {
|
|
|
767
773
|
get_AllProducts,
|
|
768
774
|
};
|
|
769
775
|
```
|
|
776
|
+
|
|
777
|
+
## [Contributors](#Contributors)
|
|
778
|
+
|
|
779
|
+
<table>
|
|
780
|
+
<tr>
|
|
781
|
+
<td align="center">
|
|
782
|
+
<a href="https://github.com/MozzammelRidoy">
|
|
783
|
+
<img src="https://res.cloudinary.com/dsh57dvqf/image/upload/v1735985475/dx8q2l2x1ekijvqpgnud.jpg" width="120" height="120" style="border-radius:50%;" alt="Mozzammel Ridoy"/>
|
|
784
|
+
</a>
|
|
785
|
+
<br/>
|
|
786
|
+
<b><a href="https://github.com/MozzammelRidoy">Mozzammel Ridoy</a></b>
|
|
787
|
+
<br/>
|
|
788
|
+
💻 Code • ⚙️ Maintenance
|
|
789
|
+
</td>
|
|
790
|
+
</tr>
|
|
791
|
+
</table>
|
|
792
|
+
|
|
793
|
+
> 💡 Tip: Want to be here? Check out our [Contribution Guidelines](#Reporting-Issues)!
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "express-project-builder",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.26",
|
|
4
4
|
"description": "A powerful and professional Express.js project generator CLI that instantly scaffolds a production-ready backend with TypeScript, modular architecture, and built-in support for MongoDB (Mongoose) or PostgreSQL (Prisma). Includes authentication, error handling, rate limiting, file upload, caching, and utility functions—so you can focus on building features instead of boilerplate. Perfect for kickstarting your next Express.js API project with best practices and modern tools.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/bin/index.js",
|