express-launcher 1.0.1 → 1.0.2
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 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Express Launcher
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
A Simple CLI tool to create Express.js applications with modern best practices, TypeScript support, and various integrations.
|
|
4
4
|
|
|
5
5
|
## Features
|
|
6
6
|
|
|
@@ -56,6 +56,13 @@ my-app/
|
|
|
56
56
|
└── README.md
|
|
57
57
|
```
|
|
58
58
|
|
|
59
|
+
## Author
|
|
60
|
+
|
|
61
|
+
**Narasimha Vaddala**
|
|
62
|
+
|
|
63
|
+
- GitHub: [@NarasimhaVaddala](https://github.com/NarasimhaVaddala)
|
|
64
|
+
- LinkedIn: [Narasimha Vaddala](https://www.linkedin.com/in/narasimha-vaddala)
|
|
65
|
+
|
|
59
66
|
## License
|
|
60
67
|
|
|
61
68
|
MIT © Narasimha
|