📄️ Installation
Using npm (recommended)
📄️ How it works
📄️ Usage
You can use any glob pattern as files argument to select multiple files.
📄️ Blocks
A (template) block can be declared by using one or more $[]$ statements where ` is a valid command (see API reference below) and must end in a $[end]$` statement.
📄️ Commands
A command generally follows this syntax $[ [arg1] [arg2] ... [argN]]$
📄️ Values
- Values can reference Variables by using their name (e.g. foo where foo is variable).
📄️ Variables
A variable can be used inside a template block's Value argument by using its name. Variables are stored globally and changes to a variable can only affect statements declared after the current one.
📄️ Printing
Outputting a variable can be done using ${{}}$ (curly braces) where `` is any value defined above.