Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/subztep/pug.macro
- Owner: SubZtep
- License: unlicense
- Created: 2022-04-27T20:54:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-19T01:55:06.000Z (over 2 years ago)
- Last Synced: 2024-10-11T23:11:25.935Z (about 1 month ago)
- Topics: babel-macro, pug
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/pug.macro
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pug.macro
Pug to Html Babel macro.
## Example
```js
const html = pug`
h1 Hello
h2 World
`
```## :construction: