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

reactjs/rackt-codemod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>