Closed
Description
Codemods should be shareable via normal npm packages.
This would mean that a package like react could create a codeshift.config.js
and link transforms.
Codeshift cli will then pull the package and attempt to locate a config file. If that file is not found, it will attempt to pull a codemod from the community folder.