Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
A Jest transform that compiles .pug files as template functions and includes pug utils
- Host: GitHub
- URL: https://github.com/iketari/awesome-pug-jest
- Owner: iketari
- License: mit
- Created: 2018-03-10T22:20:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-03T12:35:00.000Z (almost 6 years ago)
- Last Synced: 2024-05-22T04:13:58.296Z (6 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-jest - awesome-pug-jest
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"
}
}
}
```