wardlem / aurelius

Templating engine for static html and incremental dom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aurelius template engine

This repository contains the Aurelius template language. The engine was built primarily to work well with Incremental DOM, though it also supports static HTML.

Status

This project is currently alpha software of development and may contain bugs or problems with the implementation. If you find any problems, please report them as a Github issue and they will be addressed in short order.

Installation

You can install this software to be used in your project with NPM:

npm i --save @potient/aurelius

There currently no cli interface, though one is likely to be built sometime in the near future.

Usage

Coming soon...

About

Templating engine for static html and incremental dom


Languages

Language:JavaScript 99.0%Language:HTML 1.0%