1.1.0 • Published 8 months ago
@ai-toolkit/codemod v1.1.0
AI TOOLKIT Codemods
The AI TOOLKIT provides Codemod transformations to help upgrade your codebase when a feature is deprecated, removed, or otherwise changed.
Codemods are transformations that run on your codebase programmatically. They allow you to easily apply many changes without having to manually go through every file.
You can run all codemods by running the following command from the root of your project:
npx @ai-toolkit/codemod upgradeIndividual codemods can be run by specifying the name of the codemod:
npx @ai-toolkit/codemod <codemod-name> <path>The latest set of codemods can be found in the @ai-toolkit/codemod repository.
1.1.0
8 months ago