# Scaffold conventions

## Naming

`cf-<your-scaffold-name>`


## Templates

Scaffolds should be boilerplate templates using handlebars syntax.


## Ignore Template Files

Files that are not Cloverfield templates should be added to a `.cfignore` file.


## Task Running

Standard tasks should be defined as npm scripts. See [prod-module-boilerplate](https://github.com/ericelliott/prod-module-boilerplate) for examples.
