Skip to content

Latest commit

 

History

History
73 lines (45 loc) · 1.71 KB

.verb.md

File metadata and controls

73 lines (45 loc) · 1.71 KB

{%= name %} {%= badge('npm') %} {%= badge('npm-downloads-monthly') %} {%= badge('npm-downloads-total') %} {%= ifExists(["test", "test.js"], badge('travisLinus')) %} {%= ifExists("appveyor.yml", badge('appveyor')) %} {%= badge("travis") %}

{%= description %}

Getting started

Install [update][]

To use this updater, you will first need to install [update][]. If you haven't done so already, you can do that 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 updater-banners

Run the updater

Always make sure your work is committed before running any updater! This updater will change the copyright dates in index.js.

Run the updater with the following command:

$ update banners

Options

Specify other files to update (yes, we're using banners --banners to ensure we never conflict with other flags when chaining updaters):

$ update banners --banners foo.js
$ update banners --banners "foo/*.js" 

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 © 2017, Jon Schlinkert. Released under the MIT license.


{%= include("footer") %}

{%= reflinks(verb.reflinks) %}