{%= include("updater-install") %}
{%= include("updater-run") %}
What will happen?
This updater's default
task will:
- rename old
.verbrc.md
files to.verb.md
- replace the old
{%%= license() %}
helper syntax with the{%%= license %}
variable - a handful of other verb-specific things you can find in the code
Update is a new, open source developer framework and CLI for automating updates of any kind in code projects. For more information:
- Visit the update project
- Visit the update documentation
- Find updaters on npm (help us author updaters)
Are you using Update in your project? Have you published an updater and want to share your Update project with the world? Here are some suggestions:
- If you get like Update and want to tweet about it, please use the hashtag
#updatejs
- Get implementation help on StackOverflow (please use the
update
tag in questions) - Gitter Discuss Update with us on Gitter
- If you publish an updater, thank you! To make your project as discoverable as possible, please add the keyword
updateupdater
to package.json.