This app renames ember files generated using the pods structure to follow the classic structure.
npm install -g ember-unpodify
- Command line:
ember-unpodify
- This must be run at the root directory of an ember project.
Using npx
you can run the script without installing it first:
npx ember-unpodify
pnpm install --global ember-unpodify
ember-unpodify
Note: This must be run from the root of an ember app or addon.