Skip to content

201-created/ember-module-migrator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ember-module-migrator

Migrates ember-cli projects to the newly proposed module format.

See emberjs/rfcs#143 for details.

Examples

Usage

npm install -g ember-module-migrator
cd your/project/path
ember-module-migrator

Important Notes

Running this migrator on your application will migrate to the new structure being proposed, however at this time that structure is not fully bootable from ember-cli. The goal right now, is for the tool to help guide us in the best module layout and for folks to be able to get a feel for what their projects will look like when things are ready to go.

Known caveats:

  • Migrates only "classic" structured ember-cli apps at this point. We are actively working on pods support.
  • Leaves the migrated app in a non-bootable state. This is because changes are needed to ember-cli to allow the application to boot, but those changes haven't started yet.

About

Automated migration for new Ember application layout.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%