ember-cli-migrator
ember-cli-migrator copied to clipboard
migrate your files to the standard ember-cli structure, preserving git history
Currently ember-cli-migrator is not converting application and instance initializers I looked it into briefly and it'd take considerable effort to convert it (at least for someone like me who is...
Not really sure how/why but this can lead to very hard to track down errors
Hiya! When I run the migrator, files that are in the format of ```javascript 'use strict'; // Code comment const SOME_DEFINE = 10; var WhateverController = Ember.Controller.extend({}); ``` End up...
Possible solution to https://github.com/fivetanley/ember-cli-migrator/issues/85
After migrating an old ember-rails project all my nicely nested routes ended up at the top level `app/routes` folder, but with dasherized names from the old file paths. What's the...
I tried to migrate an ember app but ran into the following issue: ``` Preprocessing files Failed to parse app.js Note that you probably don't want to run the migrator...
My first take at #76
Same as #22 but should be mergeable and tests are passing. Maybe @tonysherbondy can have a look ?
Took me a while, but closes #63. Will migrate App.Type as /app/type/basic. Supports creating default Route/Controller/View/Whatever classes that Ember will use when auto generating classes.