SamagraX-Stencil / stencil-cli

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

Repeating imports #36

Closed shivankurchavan closed 3 days ago

shivankurchavan commented 1 week ago

Current behavior: While using stencil g monitorModule the required imports into app.module.ts are being repeated if the command is used more that ones.

Expected behavior : command should check the imports first and it should not repeat the imports even if the command is used multiple times.

Further scope : implement this functionality across the command suite.

screenshot: issueImports