https://github.com/matryer/codeform-templates
Repository of Codeform templates
https://github.com/matryer/codeform-templates
Last synced: about 2 months ago
JSON representation
Repository of Codeform templates
- Host: GitHub
- URL: https://github.com/matryer/codeform-templates
- Owner: matryer
- License: gpl-3.0
- Created: 2017-01-08T13:51:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-11T12:39:08.000Z (over 8 years ago)
- Last Synced: 2025-01-13T23:43:12.707Z (3 months ago)
- Language: Smarty
- Homepage: http://codeform.in/
- Size: 16.6 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Codeform templates
This repository contains Codeform templates which are all accessible
via the `template:{path}` source.For example, the [packages inspection template](https://github.com/matryer/codeform-templates/blob/master/inspect/packages.tpl)
is accessible via `template:inspect/packages`.## Contributing
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:```liquid
{{/*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 template
* `description` - Short one-line description of the template
* `author` - Link to GitHub user account
* `example.source` - URL of source file that will be used to preview the template
* `tags` - Comma separated list of related tags