ember-codemods / ember-module-migrator

Automated migration for new Ember application layout.
74 stars 15 forks source link

Consider allowing component renaming (removing prefixes). #26

Open rwjblue opened 8 years ago

rwjblue commented 8 years ago

Not sure exactly how this would look/work, but it may be nice to allow folks to remove portions of the route name from the component name/invocation when it is moved into a private collection.

For example, it is common to do something like editor-post-title as a component name that is used from the editor route, but if we move the component into a private collection in the editor route the use of 'editor' in the component name is redundant.