mono 0.0.4
mono: ^0.0.4 copied to clipboard
The fastest and most flexible CLI for managing Dart/Flutter monorepos, tasks, scanning, groups, and more.
example/main.dart
import 'dart:io';
import 'package:mono/mono.dart';
Future<void> main() async {
final code = await runCli(['help'], stdout, stderr);
print('mono exited with code $code');
}