{{#block "logo"}} {%= include("update/logo") %} {{/block}}
{{#block "community" heading="### Community"}} {%= include("update/community") %} {{/block}}
Most updaters do one specific thing. This updater add a .gitignore
file or replaces the .gitignore
file in the current working directory using a template defined by you in ~/templates/_gitignore
(user home on your system), or the generic template in this project's templates directory.
{%= include("update/updater-install") %}
{%= include("update/updater-run") %}
What will happen?
Upon running $ update gitignore
command, this updater's default
task will be executed, which replaces the .gitignore
file in the cwd with the ~/templates/_gitignore
template defined by you, or the default templates found in templates/_gitignore in this repository.
(Note that all dotfile templates are prefixed with an underscore to prevent programs from mistaking them as real files)
{%= apidocs('index.js') %}
Visit the documentation for tasks{tasks.md}.