dmake 0.0.0 copy "dmake: ^0.0.0" to clipboard
dmake: ^0.0.0 copied to clipboard

outdated

Simple, flexible task engine in Dart. Inspired by CMake and GNU Make.

example/example.dart

import 'package:dmake/dmake.dart';
import 'package:dmake/dart.dart';

main(List<String> args) {
  make(args, () {
    // Run all web/ entrypoints through dart2js.
    all(glob('web/*.dart', recursive: false), dart2js);
  });
}
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Simple, flexible task engine in Dart. Inspired by CMake and GNU Make.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, glob, graphs, io, logging, mime, path

More

Packages that depend on dmake