Moves CONTRIBUTING.md, ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE files to the
.github
directory (with or without.md
extension). Use from the command line when Update's CLI is installed globally, or use as a plugin in your own updater.
Install with npm:
$ npm install --save updater-contributing
To run the updater:
$ gen updater-contributing
To run a specific task, just run $ gen updater-contributing:
followed by the name of the task to run:
$ gen updater-contributing:del
$ gen updater-contributing:copy
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
(This document was generated by verb-generate-readme (a verb generator), please don't edit the readme directly. Any changes to the readme must be made in .verb.md.)
To generate the readme and API documentation with verb:
$ npm install -g verb verb-generate-readme && verb
Install dev dependencies:
$ npm install -d && npm test
Jon Schlinkert
Copyright © 2016, Jon Schlinkert. Released under the MIT license.
This file was generated by verb-generate-readme, v0.1.31, on October 13, 2016.