CLI tool for migrating Falconix FEP projects from Element Plus and @element-plus/icons-vue to @falconix/fep and @falconix/icons-vue. Version 1.1.0. Uses AST parsing with oxc-parser and tsdown to transform imports and detect font-family issues. A specialized migration helper for teams adopting the Falconix design system.
npm install fep-migratorNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Run the migrator on one or more directories, optionally excluding patterns with glob syntax.
Run `git add . && git commit` or copy project before using the tool.
Review font-family declarations after migration and update as needed.
Verify that all migrated imports correspond to equivalent Falconix APIs; consult Falconix documentation.
Run `npx fep-migrator` instead of `fep-migrator`. If npx fails, ensure Node.js >= 14.
Use npx to run the tool without global install; it will fetch dependencies automatically.