0.0.6 • Published 6 years ago

@jdists/pug v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

@jdists/pug

pug as jdists processor

NPM version Build Status Coverage Status

Example

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

<!--jdists encoding="pug" data="?data"-->
ul
  each item in kids
    li= item.name + '-' + item.age
<!--/jdists-->

<!--pug data="?data"-->
ul
  each item in kids
    li= item.name + '-' + item.age
<!--/pug-->

License

MIT © zswang