gg 14.0.4 copy "gg: ^14.0.4" to clipboard
gg: ^14.0.4 copied to clipboard

gg applies shell commands to multiple dart and flutter packages at once.

example/gg_example.dart

#!/usr/bin/env dart
// @license
// Copyright (c) 2019 - 2024 Dr. Gabriel Gatzsche. All Rights Reserved.
//
// Use of this source code is governed by terms that can be
// found in the LICENSE file in the root of this package.

import '../bin/gg.dart';

Future<void> main() async {
  print('Executing');
  await runGg(
    args: ['bash', '--verbose', 'ls', '-l', '-a'],
    ggLog: (String message) {
      print(message);
    },
  );

  print('Done.');
}
1
likes
0
points
8.71k
downloads

Publisher

verified publisherinlavigo.com

Weekly Downloads

gg applies shell commands to multiple dart and flutter packages at once.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, gg_args, gg_console_colors, gg_log, gg_multi, gg_one, path

More

Packages that depend on gg