ember-cli-updater
ember-cli-updater copied to clipboard
ember-cli addon to help you update your ember-cli application or addon.
We can use the same four steps to update .npmignore automatically 1. Fetch original 2. Calculate customizations 3. Download new one 4. Apply customizations
We can use the same four steps to update config/ember-try.js automatically 1. Fetch original 2. Calculate customizations 3. Download new one 4. Apply customizations We could use an AST differ.
We can use the same four steps to update .gitignore automatically 1. Fetch original 2. Calculate customizations 3. Download new one 4. Apply customizations
Show somehow (when showing command help?) the available versions of ember-cli based on the current version of the addon/app. Only show newer versions and _dim_ the alpha/beta versions. Show a...
It would be great if the tool lists all the available versions (newer) so its easier to pick one to update.