A collection of codemod's for em-to-ed-codemod.
To run a specific codemod from this project, you would run the following:
npx github:patocallaghan/em-to-ed-codemod <TRANSFORM NAME> path/of/files/ or/some**/*glob.js
- clone the repo
- change into the repo directory
yarn
yarn test
yarn test:watch
for live-reloading- For debugging, install ndb and run
ndb yarn test:watch
yarn update-docs