boring_generators icon indicating copy to clipboard operation
boring_generators copied to clipboard

Make generators idempotent

Open coolprobn opened this issue 11 months ago • 0 comments

Sometimes generators can fail but when running the same generator again, we end up with multiple entries of same Gem in the Gemfile or same configurations as well.

It would be great if we could make generators idempotent so subsequent invocation don't change things that was already installed on previous run.

I am open to tackling this and looking for discussions first on what you think @abhaynikam

coolprobn avatar Mar 21 '24 09:03 coolprobn