⚙️ Use YML, Thor, and inject_into_file to make your life easier!
I’ve been working on simplifying the repetitive file edits we often make in Rails projects.
Using inject_into_file from Thor, YAML, and a bit of Ruby, I built a script that lets you define what to inject into which file — declaratively.
Post a comment