Update
Repositories
-
.github
Default community health files for Update
-
updater-license
Update the copyright statement and year in a MIT `LICENSE` file.
-
updater-contributing
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
Update is a new developer framework and CLI for automating updates of any kind in code projects. If you know how to use assemble, generate or verb, you'll know how to use update.
-
slack
Slack landing page to provide an invitation form for the update slack community.
-
updater-bower
Update bower.json with data from package.json.
-
updater-eslint
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.
-
updater-travis
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.
-
updater-package
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.
-
-
updater-appveyor
Update appveyor.yml based on preferences.
-
updater-banners
Updater for updating banner comments in JavaScript files.
-
updater-contributors
Update the contributors array in package.json with the contributors returned by the GitHub API.
-
updater-gitignore
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.
-
updater-editorconfig
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.
-
updater-verb
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.
-
updater-keywords
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.
-
updater-example
Example updater. Very basic demonstration of how updaters work.