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.

circle-check

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 changelogarrow-up-right for announcements about codemod availability and supported migrations.

  • Introduction - CLI overview

  • Create Application - Create new projects

Last updated

Was this helpful?