https://github.com/lasso-js/lasso-handlebars
Plugin for Lasso.js to support compiling Handlebars templates to JavaScript
https://github.com/lasso-js/lasso-handlebars
Last synced: 19 days ago
JSON representation
Plugin for Lasso.js to support compiling Handlebars templates to JavaScript
- Host: GitHub
- URL: https://github.com/lasso-js/lasso-handlebars
- Owner: lasso-js
- Created: 2014-09-08T20:35:42.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-09-22T16:57:47.000Z (about 8 years ago)
- Last Synced: 2025-03-02T08:42:32.684Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Lasso-handlebars
===
This tool can pre-compile handlebars templates to javascript function and working together with lasso module bundler.
The module uses your handlebars version, that you can install with the following command:
```
npm i handlebars -S
```