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
copied to clipboard

Use it

The package has the following executables:

$ jaelfmt
copied to clipboard

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add jael
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
5
likes
40
points
60
downloads

Publisher

verified publisherangel-dart.dev

Weekly Downloads

2024.09.21 - 2025.04.05

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