A few examples are provided in this folder. See the input and corresponding output folders.
Try them out by running ./scripts/run-example-<name>.sh
from the parent folder.
basic
- A basic example of usingdgen
with just a template files and the default data. It creates a TypeScript file.data
- An example of usingdgen
with a data file. It creates a TypeScript file and then executes it.markdown
- An example of usingdgen
with a data file and outputting Markdown.processor
- An example of usingdgen
with a processor file.