You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You don't have to maintain your own CLI implementation
You can bundle your own dependencies with the mods
Codeshift allows developers to publish codemods as their own NPM packages or as part of an existing NPM package. We provide a standardized CLI tool that can download and run the latest codemods from any location. This approach has the added benefit of allowing codemods to be published with dependencies, which is not currently possible with most JSCodeshift CLI implementations.
To integrate with this repo, you just need to add a codeshift.config.js.
This would avoid issues like #249
The text was updated successfully, but these errors were encountered: