# <TEMPLATE_NAME>

> Optional quirky comment, because why not

Quick description

## Usage

Tell users how to use this addon.

<!-- Check documentation, "Creating Addons" -->

```bash
xtouch --addon <addon_name> --type <file_name>
```

<!-- IF SUPPORTED, OTHERWISE REMOVE -->

## File Injection

What kind of data can be injected into the file(s)?

<!-- IF SUPPORTED, OTHERWISE REMOVE -->

## Dependency Injection

What kind of dependencies will be added?

<!-- IF SUPPORTED, OTHERWISE REMOVE -->

## Script Injection

What kind of scripts will be added to `package.json`?

## All systems go?

- [ ] Added/Updates any possible unit tests
- [ ] Addon adheres to "Addon Requirements"
  - [ ] All tags are correctly typed [<span style="color: rgba(268,255,255,.56); background-color:#212121; border-radius:4px; padding: 0px 4px 2px 4px;">addon-req(1)</span>](../../docs/addon-requirements.md#no-mistyped-tags)
  - [ ] All dependencies are required [<span style="color: rgba(268,255,255,.56); background-color:#212121; border-radius:4px; padding: 0px 4px 2px 4px;">addon-req(2)</span>](../../docs/addon-requirements.md#no-stray-dependencies)
  - [ ] All scripts are non-reserved [<span style="color: rgba(268,255,255,.56); background-color:#212121; border-radius:4px; padding: 0px 4px 2px 4px;">addon-req(3)</span>](../../docs/addon-requirements.md#no-reserved-scripts)
