@jdists/art-template
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

@jdists/art-template

art-template as jdists processor

NPM version Build Status Coverage Status

Example

<!--data>
kids:
  - name: Jimmy
    age: '12'
  - name: Sally
    age: '4'
</data-->

<!--jdists encoding="art-template" data="?data"-->
<ul>
  {{each kids item}}
  <li>{{item.name}} is {{item.age}}</li>
  {{/each}}
</ul>
<!--/jdists-->

<!--art-template data="?data"-->
<ul>
  {{each kids item}}
  <li>{{item.name}} is {{item.age}}</li>
  {{/each}}
</ul>
<!--/art-template-->

License

MIT © zswang

/@jdists/art-template/

    Package Sidebar

    Install

    npm i @jdists/art-template

    Weekly Downloads

    3

    Version

    0.0.4

    License

    MIT

    Last publish

    Collaborators

    • zswang