README: Added build_jael

This commit is contained in:
Tobe O 2018-04-03 11:39:48 -04:00
parent 1c00c4aade
commit ececca6ec8

View file

@ -27,5 +27,6 @@ Within this repository are three packages:
* `package:jael` - Contains the Jael parser, AST, and HTML renderer. * `package:jael` - Contains the Jael parser, AST, and HTML renderer.
* `package:jael_preprocessor` - Handles template inheritance, and facilitates the use of "compile-time" constructs. * `package:jael_preprocessor` - Handles template inheritance, and facilitates the use of "compile-time" constructs.
* `package:build_jael` - Uses `package:build` to compile Jael templates, therefore allowing speedy incremental builds to HTML files.
* `package:angel_jael` - [Angel](https://angel-dart.github.io) support for Jael. Angel contains other * `package:angel_jael` - [Angel](https://angel-dart.github.io) support for Jael. Angel contains other
facilities to speed up application development, so something like Jael is right at home. facilities to speed up application development, so something like Jael is right at home.