Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.09 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.09 KB

ncl-formats

ncl-formats is a pure-lua tool for (1) template processing and (2) file convert NCL documents. More precisily, it can handle the following formats:

  • web templates languages

    $ lua ncl-formats.lua padding.json jinja2 template.j2 
    $ lua ncl-formats.lua padding.json mustache template.mustache partial1.mustache partial2.mustache
  • NCL templates languages

  • NCL-like languages

    Instalation

    $ luarocks install --server=https://luarocks.org/dev ncl-formats