{{#block "logo"}} {%= include("update/logo") %} {{/block}}
{%= include("update/what-is-update") %}
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.
{%= include("update/updater-install") %}
{%= 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)
{%= apidocs('index.js') %}
Visit the documentation for tasks{tasks.md}.