Awesome
rackt-codemod
Codemod scripts for Rackt libraries.
Usage
Install jscodeshift and rackt-codemod from npm:
$ npm i -g jscodeshift
$ npm i rackt-codemod
Then run the codemod of your choice on your code:
$ jscodeshift -t node_modules/rackt-codemod/<codemod> <code>