boring_generators
boring_generators copied to clipboard
Make generators idempotent
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