This ember-cli addon helps you update your ember-cli application or addon.
The idea of this addon is to automate some parts of the upgrade process so it's simplified. Not every change can be automated but there are a bunch that can.
Current features
- Updates your package.json keeping your customizations
Planned features
- Automate other file upgrades
- .npmignore
- .gitignore
- ember-try configuration
- List available versions of ember-cli
This command would update your current application/addon's package.json file from its current version (read from the package.json) to ember-cli v2.14.0.
$ ember update v2.14.0
$ ember install ember-cli-updater
ember-cli-updater is licensed under the MIT license.
See LICENSE for the full license text.