micro-service-maker 1.1.3 → 1.1.5
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ microservice/
|
|
|
26
26
|
|
|
27
27
|
| Command | Description |
|
|
28
28
|
|--------|-------------|
|
|
29
|
-
| `npx
|
|
29
|
+
| `npx msm` | 🔧 Create a new service inside the `services/` folder. You will be prompted to enter a service name. |
|
|
30
30
|
| `npm run install-all` | 📦 Installs dependencies in all services by running. |
|
|
31
31
|
| `npm run uninstall-all` | ❌ Deletes `node_modules` from each service folder. |
|
|
32
32
|
| `npm run dev` | 🛠️ Runs the gateway in development mode using `ts-node-dev`. |
|
|
@@ -115,7 +115,7 @@ docker-compose down
|
|
|
115
115
|
|
|
116
116
|
## 👨💻 Maintained by
|
|
117
117
|
|
|
118
|
-
**
|
|
118
|
+
**Satyam Sharma**
|
|
119
119
|
🔗 [Satyam Sharma](https://github.com/sharmasatyam121104-devloper)
|
|
120
120
|
|
|
121
121
|
---
|