Skip to content

ember-cli addon to help you update your ember-cli application or addon.

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

mvdwg/ember-cli-updater

Repository files navigation

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 your 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.

About

ember-cli addon to help you update your ember-cli application or addon.

Topics

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published