Skip to content

Tool for template processing and convert NCL documents

Notifications You must be signed in to change notification settings

TeleMidia/ncl-formats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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