Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.18 KB

.verb.md

File metadata and controls

32 lines (20 loc) · 1.18 KB

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

What is "Update"?

{%= include("update/what-is-update") %}

What does {%= name %} do?

Most updaters do one specific thing. This updater replaces the .editorconfig file in the current working directory with a template defined by you in ~/templates/_editorconfig (user home on your system).

Or, if you haven't defined a custom template, the file in this project's templates directory will be used.

Getting started

Install

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

Usage

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

What will happen?

Upon running $ update editorconfig command, this updater's default task will be executed, which replaces the .editorconfig file in the cwd with the ~/templates/_editorconfig template defined by you, or the default templates found ing templates/_editorconfig in this repository.

(Note that all dotfile templates are prefixed with _ to prevent programs from mistaking them as real files)

Tasks

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

Visit the documentation for tasks{tasks.md}.