SamagraX-Stencil / stencil-cli

NestJS CLI on steroids for stencil 🍹
https://stencil.samagra.io/cli/introduction
Other
5 stars 10 forks source link

[stencil-cli] Add command to setup temporal module #4

Closed techsavvyash closed 9 months ago

techsavvyash commented 9 months ago

Is there an existing issue that is already proposing this?

Is your feature request related to a problem? Please describe it

Ease of setting up temporal in the backend app using the cli and stencil pacakge.

Describe the solution you'd like

Keep in mind to setup the temporal/activities and temporal/workflow folders while implementing the command and to copy the docker-compose folder for temporal and to register the TemporalModule from nestjs-temporal module in the app.module.ts.

Teachability, documentation, adoption, migration strategy

No response

What is the motivation / use case for changing the behavior?

Reducing tooling setup time while building micro-services