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

https://github.com/grunka/in-page-mustache


https://github.com/grunka/in-page-mustache

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# in-page-mustache

Was wondering how much code I needed to implement [Mustache](https://mustache.github.io/mustache.5.html) for use inside a page and did this as an exercise.

## Minified using
```shell
uglifyjs in-page-mustache.js --module -cmo in-page-mustache.min.js
```

## Links
- [Test page](test.html)
- [Regular](in-page-mustache.js)
- [Minified](in-page-mustache.min.js)
- [Repository](https://github.com/grunka/in-page-mustache)
- [Mustache Documentation](https://mustache.github.io/)