UNPKG

apeman-tmpl

Version:
55 lines 1.11 kB
{ "name": "apeman-tmpl", "desc": "Render template files.", "main": true, "args": [ { "name": "name", "type": "string", "desc": "Name of template", "optional": true, "multiple": true } ], "options": [ { "name": "verbose", "short": "v", "desc": "Show verbose logs" }, { "name": "list", "short": "l", "desc": "List available templates" }, { "name": "force", "short": "f", "desc": "Force to render template even if already exists" }, { "name": "configuration", "short": "c", "type": "string", "desc": "Pathname of Apemanfile" } ], "examples": [ { "script": "apeman-tmpl ", "desc": "Render all templates." }, { "script": "apeman-tmpl -f ", "desc": "Re-render all templates." }, { "script": "apeman-tmpl \"**/*.txt\" ", "desc": "Render specific templates." }, { "script": "apeman-tmpl -l ", "desc": "Show available templates." } ] }