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.

dmake #

Simple, flexible task engine in Dart.

In tool/all.dart:

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

main(List<String> args) {
  make(args, () {
    all(glob('web/*.dart', recursive: false), dart2js);
  });
}

Then, run pub run dmake. Run pub run dmake --help for help.

You can also pub global activate dmake.

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