lean_builder 0.1.0-alpha.13 copy "lean_builder: ^0.1.0-alpha.13" to clipboard
lean_builder: ^0.1.0-alpha.13 copied to clipboard

A streamlined Dart build system that applies lean principles to minimize waste and maximize speed. Designed for developers who value efficiency and performance.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate lean_builder

Use it

The package has the following executables:

$ lean_builder

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add lean_builder

With Flutter:

 $ flutter pub add lean_builder

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

dependencies:
  lean_builder: ^0.1.0-alpha.13

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:lean_builder/builder.dart';
import 'package:lean_builder/element.dart';
import 'package:lean_builder/runner.dart';
import 'package:lean_builder/type.dart';
24
likes
160
points
23.1k
downloads

Publisher

unverified uploader

Weekly Downloads

A streamlined Dart build system that applies lean principles to minimize waste and maximize speed. Designed for developers who value efficiency and performance.

Repository (GitHub)

Topics

#build #build-system #dart-build-system #code-generation #codegen

Documentation

API reference

License

MIT (license)

Dependencies

_fe_analyzer_shared, analyzer, ansicolor, args, collection, dart_style, frontend_server_client, glob, hotreloader, lints, meta, path, source_span, stack_trace, test, watcher, xxh3, yaml

More

Packages that depend on lean_builder