A codemod to migrate from ember-cli-mirage's faker import to direct faker imports.
This codemod automates the transition of faker imports from the ember-cli-mirage package to direct imports from the faker library. It helps developers update their codebase efficiently, reducing manual effort and potential errors during dependency changes.
import faker from 'ember-cli-mirage' to import faker from 'faker' across project files.The project emphasizes practical automation for dependency management, making codebase upgrades safer and more accessible through codemods.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.