1.0.0 • Published 7 years ago

ember-cli-updater v1.0.0

Weekly downloads
20
License
MIT
Repository
github
Last release
7 years ago

ember-cli-updater

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 you package.json keeping your customizations

Planned features

  • Automate other file upgrades
    • .npmignore
    • .gitignore
    • ember-try configuration
  • List available versions of ember-cli

Synopsis

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

Installation

$ ember install ember-cli-updater

License

ember-cli-updater is licensed under the MIT license.

See LICENSE for the full license text.