magloft / twigster
A standalone parser for twig templates
0.2.0
2015-08-06 06:09 UTC
Requires
- php: >=5.3.0
- symfony/console: 2.7
- symfony/yaml: ~2.7
- twig/twig: ~1.19
This package is not auto-updated.
Last update: 2024-11-09 18:20:49 UTC
README
A standalone parser for twig templates.
Usage
Twigster version 0.2.0
Usage:
twigster render [options] [--] <template>
Arguments:
template Twig template to render
Options:
-d, --dir=DIR twig templates root directory (for resolving paths) [default: "."]
-y, --yaml[=YAML] path to a .yaml file that contains locals
-h, --help Display this help message
-q, --quiet Do not output any message
-V, --version Display this application version