ember-unpodify
This app renames ember files generated using the pods structure to follow the classic structure.
Installation
npm install -g ember-unpodify
Usage
- Command line:
ember-unpodify
- This must be run at the root directory of an ember project.
Installation:
npx
Using Using npx
you can run the script without installing it first:
npx ember-unpodify
npm
Using npm install --global ember-unpodify
Usage:
ember-unpodify
Note: This must be run from the root of an ember app or addon.
Known Issues
This app will not rewrite the contents of any file.
This means any imports that references moved files will be broken.
Most prominently, all classic components in an addon will have their template imports broken as the paths have changed.