Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
techsavvyash authored Jan 3, 2024
1 parent dccc101 commit 19df114
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,10 @@ Custom schematics can streamline the process of generating code and adding featu
}
```

Now, You can use commands like nest generate like normal, along with arguments like `nest g service-prisma prisma` to generate custom service
Now, You can use commands like nest generate like normal, along with arguments like `nest g <CUSTOME_STENCIL_SERVICE_NAME>` to generate custom service.
Currently supported services are:
- Prisma
- Monitoring Using Prometheus and Grafana
- Temporal
- Logging
- File Upload

0 comments on commit 19df114

Please sign in to comment.