ember-unpodify

1.0.4 • Public • Published

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 npm

    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.

Keywords

Install

npm i ember-unpodify

DownloadsWeekly Downloads

11

Version

1.0.4

License

MIT

Unpacked Size

8.81 kB

Total Files

9

Last publish

Collaborators

  • matt-clinard
  • fdlane
  • keith-clinard
  • zachnthebox