code modification scripts
npm install @buxlabs/codemodsThe repository holds scripts that are used to modify code (codemods - code modifications).
The scripts are defined in the src/mods directory. To add a new mod add a new
file that keeps the same convention.
``bash`
npm install -g @buxlabs/codemods
`bash`
codemods --dir=src --mod=...
Tests for each codemod are located in test/fixture`.