SamagraX-Stencil / stencil-cli

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

[cli] manage `.env` creation #10

Closed techsavvyash closed 3 months ago

techsavvyash commented 6 months ago

Description

We have a env-example which the user can directly rename to .env in best case but npx prisma init creates a .env itself. CLI should have the logic to detect such multiple .env and merge them together.