Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/subztep/pug.macro

Pug to Html Babel macro
https://github.com/subztep/pug.macro

babel-macro pug

Last synced: 7 days ago
JSON representation

Pug to Html Babel macro

Awesome Lists containing this project

README

        

# pug.macro

Pug to Html Babel macro.

## Example

```js
const html = pug`
h1 Hello
h2 World
`
```

## :construction: