This repository contains Codeform templates which are all accessible
via the template:{path}
source.
For example, the packages inspection template
is accessible via template:inspect/packages
.
The idea is that together we build up a series of useful utilities, which will eventually be browsable and searchable.
In that spirit, any templates should begin with a metadata payload which will be ignored at render time, inside a template comment:
{{/*
title: Template title
author: https://github.com/matryer
description: Generate mocks of interfaces for use in test code
example.source: https://link.to/some/source/file
tags: testing,mocking,something
*/}}
title
- Human readable but short title of the templatedescription
- Short one-line description of the templateauthor
- Link to GitHub user accountexample.source
- URL of source file that will be used to preview the templatetags
- Comma separated list of related tags