Update
CLI and API for automating updates of any kind in code projects. Updating is accomplished using plugins called "updaters".
Pinned Repositories
slack
Slack landing page to provide an invitation form for the update slack community.
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.
updater-banners
Updater for updating banner comments in JavaScript files.
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.
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-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-license
Update the copyright statement and year in a MIT `LICENSE` file.
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-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-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.
Update's Repositories
update/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.
update/updater-license
Update the copyright statement and year in a MIT `LICENSE` file.
update/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.
update/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.
update/updater-banners
Updater for updating banner comments in JavaScript files.
update/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.
update/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.
update/slack
Slack landing page to provide an invitation form for the update slack community.
update/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/updater-contributors
Update the contributors array in package.json with the contributors returned by the GitHub API.
update/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.
update/updater-git-tags
Update missing git tags.
update/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.
update/updater-appveyor
Update appveyor.yml based on preferences.
update/updater-bower
Update bower.json with data from package.json.
update/updater-example
Example updater. Very basic demonstration of how updaters work.
update/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.
update/.github
Default community health files for Update