@buxlabs/codemods
v1.1.6
Published
code modification scripts
Downloads
25
Readme
codemods
The 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.
Installation
npm install -g @buxlabs/codemods
Usage
codemods --dir=src --mod=...
Testing
Tests for each codemod are located in test/fixture
.