项目作者: goToMain

项目描述 :
A small, high performance, Liquid template rendering engine written in C for embedded (IoT) devices.
高级语言: C
项目地址: git://github.com/goToMain/fluid.git
创建时间: 2020-07-30T07:03:28Z
项目社区:https://github.com/goToMain/fluid

开源协议:Apache License 2.0

下载


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

  1. git clone https://github.com/goToMain/fluid --recurse-submodules
  2. cd fluid
  3. mkdir build && cd build
  4. cmake ..
  5. 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”.