Yaff CoMpiler (YCM)
The Yaff CoMpiler is a utility designed to work with the Yaff framework, to compile custom components and templates
for use within an application project.
Usage
Once installed, you should be able to run yaff_compile directly from the command line.
Syntax: yaff_compile [flags]
Run yaff_compile with no arguments for more info.
Project structure
Projects should have a templates folder and a components folder.
- Component files have the extension .ycf
- Templates have the extension .html
- The header file for the project has the extension .ypf
See the sample project for more details.