jael3_fork 8.4.0 copy "jael3_fork: ^8.4.0" to clipboard
jael3_fork: ^8.4.0 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_fork

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_fork

With Flutter:

 $ flutter pub add jael3_fork

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

dependencies:
  jael3_fork: ^8.4.0

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

Import it

Now in your Dart code, you can use:

import 'package:jael3_fork/jael3.dart';
import 'package:jael3_fork/jael3_preprocessor.dart';
0
likes
140
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

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

More

Packages that depend on jael3_fork