express-project-builder 1.0.29 → 1.0.30

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.
Files changed (2) hide show
  1. package/README.md +27 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -873,3 +873,30 @@ export const Product_Controllers = {
873
873
  </table>
874
874
 
875
875
  > 💡 **Tip:** Get featured as a Sponsored Partner! Check out our [Sponsorship Guidelines](#Reporting-Issues).
876
+
877
+ ## [Reporting Issues](#Reporting-Issues)
878
+
879
+ If you encounter any problems while using this package, have ideas for improvements, or wish to discuss sponsorship opportunities, please feel free to reach out. Your feedback helps make this project better for everyone.
880
+
881
+ ### 🐞 1. Report a Problem
882
+
883
+ If you face any bugs, errors, or unexpected behavior while using this package, kindly report the issue with a short description and reproduction steps.
884
+ It will help me identify and fix the problem more efficiently.
885
+
886
+ ### 💡 2. Suggest Improvements or New Features
887
+
888
+ Got an idea to enhance this package or add new functionality?
889
+ I’d love to hear your suggestions and discuss possible updates that could benefit the community.
890
+
891
+ ### 🤝 3. Sponsorship & Collaboration
892
+
893
+ If you’d like to support this project or collaborate as a sponsor/partner, please get in touch directly.
894
+ Your support helps maintain and improve this open-source effort.
895
+
896
+ ---
897
+
898
+ 📬 **Contact Information**
899
+
900
+ - **Email:** [dev.mozzammelridoy@gmail.com](mailto:dev.mozzammelridoy@gmail.com)
901
+ - **WhatsApp:** [+8801889816198](https://wa.me/8801889816198)
902
+ - **LinkedIn:** [linkedin.com/in/MozzammelRidoy](https://linkedin.com/in/MozzammelRidoy)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "express-project-builder",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
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",