Skip to content

jacobparis/codemods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

codemods

A collection of codemods

Run these using the Codemod CLI

npm i -g codemod
codemod remix/single-fetch/enable-flag

Local usage

Clone the repository and open one of the codemod folders.

  • npm install
  • npm build
  • Copy the codemod directory path

And then in the project where you want to apply the codemod, in a clean git branch so you can easily revert the changes, run the following:

codemod --source=<codemod-directory-path>

About

A collection of codemods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published