Skip to content
/ fluid Public

A small, high performance, Liquid template rendering engine written in C for embedded (IoT) devices.

License

Notifications You must be signed in to change notification settings

goToMain/fluid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fluid - A liquid template renderer

Fluid is a tool used to parse/render liquid templated source files to plain text files. A typical use case is HTML files with liquid tags. Read more about liquid grammar here.

Dependencies

Build

git clone https://github.com/goToMain/fluid --recurse-submodules
cd fluid
mkdir build && cd build
cmake ..
make

Contribution

This project is actively developed and maintained. Contributions are always welcome. Create PR/Issues at https://github.com/goToMain/fluid

License

This software is distributed under the terms of Apache-2.0 license. If you don't know what that means/implies, you can consider it is as "free as in beer".

About

A small, high performance, Liquid template rendering engine written in C for embedded (IoT) devices.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published