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.
Files changed (2) hide show
  1. package/README.md +8 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Express Launcher
2
2
 
3
- Use this detailed CLI tool to scaffold your Express.js applications with modern best practices, TypeScript support, and various integrations.
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "express-launcher",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A Simple CLI to generate Express.js projects",
5
5
  "main": "bin/index.js",
6
6
  "bin": {