jael 2.0.2 copy "jael: ^2.0.2" to clipboard
jael: ^2.0.2 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 jael

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 jael

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

dependencies:
  jael: ^2.0.2

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:jael/jael.dart';
5
likes
40
pub points
0%
popularity

Publisher

verified publisherangel-dart.dev

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

Homepage

License

MIT (LICENSE)

Dependencies

args, charcode, code_buffer, source_span, string_scanner, symbol_table

More

Packages that depend on jael