Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.18 KB

.verb.md

File metadata and controls

31 lines (20 loc) · 1.18 KB

{{#block "logo"}} {%= include("update/logo") %} {{/block}}

{{#block "community" heading="### Community"}} {%= include("update/community") %} {{/block}}

What does {%= name %} do?

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.

Getting started

Install

{%= include("update/updater-install") %}

Usage

{%= 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)

Tasks

{%= apidocs('index.js') %}

Visit the documentation for tasks{tasks.md}.