ember-unpodify
v1.0.5
Published
Migrate from ember pods structure to classic structure
Downloads
2
Readme
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:
Using npx
Using npx
you can run the script without installing it first:
npx ember-unpodify
Using pnpm
pnpm install --global ember-unpodify
Usage:
ember-unpodify
Note: This must be run from the root of an ember app or addon.