jb 0.4.0 copy "jb: ^0.4.0" to clipboard
jb: ^0.4.0 copied to clipboard

JBuild front-end. A modern Java build system that leverages Dartle to make building Java projects easy.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate jb

Use it

The package has the following executables:

$ jb

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add jb

With Flutter:

 $ flutter pub add jb

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

dependencies:
  jb: ^0.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:jb/jb.dart';
0
likes
120
pub points
0%
popularity

Publisher

unverified uploader

JBuild front-end. A modern Java build system that leverages Dartle to make building Java projects easy.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

args, dartle, file, io, isolate_current_directory, logging, path, yaml

More

Packages that depend on jb