Codemods
Codemods are automated code transformation tools that help you migrate your codebase when there are breaking changes in the Akinon UI libraries.
They analyze your code and apply necessary changes automatically, saving you from manual migration work.
Coming Soon
Codemods are not yet available in the CLI. This feature is planned for a future release.
Planned Features
Automatic Migrations
When breaking changes are introduced in new versions, codemods will automatically:
Update import statements
Rename deprecated APIs
Transform component props
Update type definitions
Migrate configuration files
Benefits
Time-saving - Automated transformations for large codebases
Error-free - Consistent changes across all files
Confidence - Dry-run mode to preview changes
Version tracking - Know which migrations have been applied
Stay Updated
Check the changelog for announcements about codemod availability and supported migrations.
Related
Introduction - CLI overview
Create Application - Create new projects
Last updated
Was this helpful?

