Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.03 KB

.verb.md

File metadata and controls

23 lines (14 loc) · 1.03 KB

What does {%= name %} do?

Most updaters do one specific thing. This updater adds a .travis.yml file or replaces the .travis.yml file in the current working directory using a template defined by you in ~/templates/_travis.yml (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 travis command, this updater's default task will be executed, which replaces the .travis.yml file in the cwd with the ~/templates/_travis.yml template defined by you, or the default templates found in templates/_travis.yml 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}.