Workbench module to find and replace every instance of text with different text.
Do the Development Dance:
- Run
toxand make sure it works - Write a failing test to
tests/ - Run
toxto test it fails - Fix the code until
toxpasses - Submit a pull request
- Write an entry to
CHANGELOG.md - Run
toxone last time git push