Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mvdwg/ember-cli-updater
ember-cli addon to help you update your ember-cli application or addon.
https://github.com/mvdwg/ember-cli-updater
addon ember ember-cli update updater
Last synced: 3 months ago
JSON representation
ember-cli addon to help you update your ember-cli application or addon.
- Host: GitHub
- URL: https://github.com/mvdwg/ember-cli-updater
- Owner: mvdwg
- License: mit
- Created: 2017-07-14T00:35:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-18T17:42:27.000Z (over 7 years ago)
- Last Synced: 2024-10-28T04:47:31.708Z (3 months ago)
- Topics: addon, ember, ember-cli, update, updater
- Language: JavaScript
- Size: 144 KB
- Stars: 32
- Watchers: 7
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ember-cli-updater
This [ember-cli](https://ember-cli.com/) 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](./LICENSE) for the full license text.