Skip to content

Latest commit

 

History

History
73 lines (45 loc) · 1.83 KB

.verb.md

File metadata and controls

73 lines (45 loc) · 1.83 KB

{%= 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 %}

Getting started

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.

About

Related projects

{%= section("related", related(verb.related.list)) %}

Contributing

{%= include("contributing") %}

Contributors

{%= gh.contributors() %}

Running tests

{%= include("running-tests") %}

Author

Jon Schlinkert

License

Copyright © {%= year %}, Jon Schlinkert. Released under the MIT license.


{%= include("footer") %}

{%= reflinks(verb.reflinks) %}