MithrilJS / mithril-codemods

jscodeshift-powered mithril@0.2.x to mithril@1.x transformations
MIT License
19 stars 4 forks source link

How to run multiple transforms? #3

Closed tivac closed 8 years ago

tivac commented 8 years ago

See https://github.com/facebook/jscodeshift/issues/148

For now will do something similar in concept to what https://github.com/avajs/ava-codemods/ is doing and run jscodeshift once per transform against all files.

🤢