jetleaf_devtool 1.0.8 copy "jetleaf_devtool: ^1.0.8" to clipboard
jetleaf_devtool: ^1.0.8 copied to clipboard

Development tooling module for JetLeaf — provides utilities for debugging, runtime inspection, and project automation.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate jetleaf_devtool

Use it

The package has the following executables:

$ jl

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add jetleaf_devtool

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

dependencies:
  jetleaf_devtool: ^1.0.8

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:jetleaf_devtool/jetleaf_devtool.dart';
0
likes
0
points
1.72k
downloads

Publisher

verified publisherjetleaf.hapnium.com

Weekly Downloads

Development tooling module for JetLeaf — provides utilities for debugging, runtime inspection, and project automation.

Homepage
Repository (GitHub)
View/report issues

Topics

#devtools #debugging #automation #jetleaf #inspection

Documentation

Documentation

License

unknown (license)

Dependencies

analyzer, build, frontend_server_client, jetleaf_core, jetleaf_lang, jetleaf_logging, jetleaf_utils, meta, path, source_gen, vm_service

More

Packages that depend on jetleaf_devtool