rackt-codemod [![npm][npm-badge]][npm]February 5, 2018 ยท View on GitHubCodemod 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>