Library is provided by Loupe
https://loupe.team
[email protected]
1-800-240-7042
Tmplits is a framework for building HMI’s using the Handlebars template system. Tmplits manages loading assets and making them available as Partials to use throughout the HMI. This allows mixing standard HTML with a powerful template system, out of the box.
Dynamic templating based on handlebars
There are 3 (as of writing this) packages in this repo that are all managed and distributed separately
- src/HMI - Main tmplit library
- example/HMI/ - Template hmi project using the tmplit system
- example/gizmo/ - Template tmplit package
This repo currently published using github actions when there is a new commit pushed to main
To manual publish:
- navigating to each folder that is updated
- incrementing the version in the package json
- publishing using:
lpm publish
For more documentation and examples, see https://loupeteam.github.io/LoupeDocs/libraries/tmplitdocs.html
To install using the Loupe Package Manager (LPM), in the main HMI application directory run lpm install tmplits
.
If you want to install all tmplits components, in the main HMI application directory run lpm install tmplit-basic
. For more information about LPM, see https://loupeteam.github.io/LoupeDocs/tools/lpm.html
This project is licensed under the MIT License.