{%= name %} {%= badge('npm') %} {%= badge('npm-downloads-monthly') %} {%= badge('npm-downloads-total') %} {%= ifExists(["test", "test.js"], badge('travisLinux')) %} {%= ifExists("appveyor.yml", badge('appveyor')) %} {%= badge("travis") %}
{%= description %}
Install [update][]
If you haven't done so already, you will need to install update
first. You can do so now with the following command:
$ npm install --global update
This adds the update
command to your system path, allowing it to be run from any directory.
Install {%= name %}
Next, install this updater with the following command:
$ npm install --global {%= name %}
Run the updater
Always make sure your work is committed before running any updater! This updater will modify the contents of bower.json
.
Run the updater with the following command:
$ update bower
This will run this updater's default
task, which uses [sync-pkg][] to update the contents of bower.json
. See [sync-pkg][] for more information or to create bug reports or feature requests.
{%= section("related", related(verb.related.list)) %}
{%= include("contributing") %}
{%= gh.contributors() %}
{%= include("running-tests") %}
Jon Schlinkert
Copyright © {%= year %}, Jon Schlinkert. Released under the MIT license.
{%= include("footer") %}
{%= reflinks(verb.reflinks) %}