express-project-builder 1.0.32 → 1.0.34
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 +16 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -920,3 +920,19 @@ To stay up to date and never miss an important release, you can follow me on:
|
|
|
920
920
|
- **LinkedIn:** [linkedin.com/in/MozzammelRidoy](https://linkedin.com/in/MozzammelRidoy)
|
|
921
921
|
- **YouTube:** [youtube.com/@MozzammelRidoy](https://youtube.com/@MozzammelRidoy)
|
|
922
922
|
- **Facebook:** [facebook.com/MozzammelRidoyAR](https://www.facebook.com/MozzammelRidoyAR)
|
|
923
|
+
|
|
924
|
+
## [License](#license)
|
|
925
|
+
|
|
926
|
+
This project is licensed under a **custom End User License Agreement (EULA)**.
|
|
927
|
+
You may use this package for personal or commercial projects **in its compiled/distributed form only**.
|
|
928
|
+
|
|
929
|
+
You **cannot** modify, redistribute, or republish the source code without explicit permission from the author.
|
|
930
|
+
|
|
931
|
+
For full license terms, see the [LICENSE](./LICENSE) file.
|
|
932
|
+
|
|
933
|
+
**Contact for collaboration or permission requests:**
|
|
934
|
+
|
|
935
|
+
- Email: [dev.mozzammelridoy@gmail.com](mailto:dev.mozzammelridoy@gmail.com)
|
|
936
|
+
- LinkedIn: [linkedin.com/in/MozzammelRidoy](https://linkedin.com/in/MozzammelRidoy)
|
|
937
|
+
|
|
938
|
+
**Copyright © 2025 Mozzammel Ridoy. All rights reserved.**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "express-project-builder",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.34",
|
|
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",
|