kd 3.1.0 copy "kd: ^3.1.0" to clipboard
kd: ^3.1.0 copied to clipboard

discontinuedreplaced by: gg

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

example/kd_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/kd.dart';

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

  print('Done.');
}
0
likes
140
points
67
downloads

Documentation

API reference

Publisher

verified publisherinlavigo.com

Weekly Downloads

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

License

MIT (license)

Dependencies

args, gg, gg_args, gg_console_colors, gg_local_package_dependencies, gg_log, gg_process, gg_project_root, gg_status_printer, kidney_core, mocktail, path, pub_semver, pubspec_parse, yaml_edit

More

Packages that depend on kd