Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iketari/awesome-pug-jest

A Jest transform that compiles .pug files as template functions and includes pug utils
https://github.com/iketari/awesome-pug-jest

List: awesome-pug-jest

Last synced: about 2 months ago
JSON representation

A Jest transform that compiles .pug files as template functions and includes pug utils

Awesome Lists containing this project

README

        

# awesome-pug-jest

A Jest transform that compiles .pug files as template functions and includes pug utils

Add to you `package.json`:
```
{
"jest": {
"transform": {
"\\.(pug)$": "awesome-pug-jest"
}
}
}
```