Metadata-Version: 2.0
Name: ycm
Version: 0.1.62
Summary: Compiler for the extended YAFF frontend framework
Home-page: https://www.d5research.com/
Author: Jack Cantrell-Warren
Author-email: jack@d5research.com
License: MIT
Keywords: yaff javascript js frontend framework compiler
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7

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 <src> <target> [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.

