(art project command & args)
Render Ash Ra .art templates.
Provided file or directory tree paths containing Ash Ra .art template files, this Leiningen plugin renders the ART templates to the output dir, preserving relative sub-paths.
Usage: lein art command [options...] [template-files...]
Commands: config Dump the effective configuration and exit help Display this lovely help and exit render Render all template batches once watch Watch templates in all batches, re-rendering on changes
Options:
--bindings VAL [] Bindings made available to templates for symbol resolution
--delimiters VAL Template delimiters (default: lispy') --dependencies VAL Clojure deps map providing libs to the template evaluation environment -h, --help Display this lovely help and exit --output-dir DIR . Write rendered files to DIR (default:
.')
--to-phase VAL Stop the render dataflow on each template at an earlier phase
--watch-timeout-ms VAL Trigger re-render once this timeout in milliseconds elapses, coalescing flurries of change to watched batches (default: `500')
For more info, see https://github.com/vivid-inc/ash-ra-template
Render Ash Ra .art templates. Provided file or directory tree paths containing Ash Ra .art template files, this Leiningen plugin renders the ART templates to the output dir, preserving relative sub-paths. Usage: lein art command [options...] [template-files...] Commands: config Dump the effective configuration and exit help Display this lovely help and exit render Render all template batches once watch Watch templates in all batches, re-rendering on changes Options: --bindings VAL [] Bindings made available to templates for symbol resolution --delimiters VAL Template delimiters (default: `lispy') --dependencies VAL Clojure deps map providing libs to the template evaluation environment -h, --help Display this lovely help and exit --output-dir DIR . Write rendered files to DIR (default: `.') --to-phase VAL Stop the render dataflow on each template at an earlier phase --watch-timeout-ms VAL Trigger re-render once this timeout in milliseconds elapses, coalescing flurries of change to watched batches (default: `500') For more info, see https://github.com/vivid-inc/ash-ra-template
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close