jael3 8.1.1 copy "jael3: ^8.1.1" to clipboard
jael3: ^8.1.1 copied to clipboard

A simple server-side HTML templating engine for Dart. Comparable to Blade or Liquid.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate jael3

Use it

The package has the following executables:

$ jaelfmt

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add jael3

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  jael3: ^8.1.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:jael3/jael3.dart';
1
likes
130
pub points
46%
popularity

Publisher

verified publisherdukefirehawk.com

A simple server-side HTML templating engine for Dart. Comparable to Blade or Liquid.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

args, belatuk_code_buffer, belatuk_symbol_table, charcode, collection, matcher, source_span, string_scanner

More

Packages that depend on jael3