Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 817 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 817 Bytes

em-to-ed-codemod Build Status

A collection of codemod's for em-to-ed-codemod.

Usage

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

Transforms

Contributing

Installation

  • clone the repo
  • change into the repo directory
  • yarn

Running tests

  • yarn test
  • yarn test:watch for live-reloading
  • For debugging, install ndb and run ndb yarn test:watch

Update Documentation

  • yarn update-docs