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

0.0.6 • Public • Published

@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

Readme

Keywords

Package Sidebar

Install

npm i @jdists/pug

Weekly Downloads

1

Version

0.0.6

License

MIT

Last publish

Collaborators

  • zswang