Skip to content
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 674 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 674 Bytes

rackt-codemod npm

Codemod scripts for Rackt libraries.

Discord

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>