Update a `.gitignore` file based on a template and preferences. This updater can be used from the command line when installed globally, or as a plugin in other updaters.
Update a package.json file based on a template and preferences. This updater can be used from the command line when installed globally, or as a plugin in other updaters.
Update a `.travis.yml` file based on a template and preferences. This updater can be used from the command line when installed globally, or as a plugin in other updaters.
Update a `. editorconfig` file based on a template and preferences. This updater can be used from the command line when installed globally, or as a plugin in other updaters.
Update the copyright statement and year in a MIT `LICENSE` file.
Default community health files for Update
Updater for updating banner comments in JavaScript files.
Update the contributors array in package.json with the contributors returned by the GitHub API.
Update a `.eslintrc.json` file based on a template and preferences. This updater can be used from the command line when installed globally, or as a plugin in other updaters.
Update a `.verb.md` file based on a template and preferences. This updater can be used from the command line when installed globally, or as a plugin in other updaters.
Example updater. Very basic demonstration of how updaters work.
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.
Update bower.json with data from package.json.
Update the keywords in package.json based on metadata found in the repository and other fields in package.json. This updater can be used from the command line when installed globally, or as a plugin in other updaters.