build_barback 0.0.1 copy "build_barback: ^0.0.1" to clipboard
build_barback: ^0.0.1 copied to clipboard

outdatedDart 1 only

Utilities for translating between builders and transformers.

Build Status Coverage Status #

build_barback #

Allows wrapping up a Builder as a Transformer so that it can be run in pub or vice-versa.

Using a Builder from Pub #

Wrap the Builder instance with new BuilderTransformer(builder) and use it like any other Transformer. The Builder used this way must follow the rules of other Transformers, it cannot use inputs from outside the package where the Transformer is specified in pubspec.yaml

Using an exisiting Transformer with package:build #

Wrap the Transformer instance with new TransformerBuilder(transformer) and run as any other Builder. The Transformer instance used this way must follow the rules of other Builders, it cannot overwrite files it uses as inputs.

Features and bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
0
pub points
1%
popularity

Publisher

unverified uploader

Utilities for translating between builders and transformers.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, barback, build, code_transformers, crypto, glob, logging, path, shelf, shelf_static, stack_trace, watcher, yaml

More

Packages that depend on build_barback