gg_kidney 1.0.2 copy "gg_kidney: ^1.0.2" to clipboard
gg_kidney: ^1.0.2 copied to clipboard

discontinuedreplaced by: kidney

gg_kidney performs maintenance tasks on our various repositories.

example/gg_kidney_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 'package:gg_kidney/gg_kidney.dart';

Future<void> main() async {
  const param = 'foo';

  final ggKidney = GgKidney(
    ggLog: (msg) {},
  );

  print('Executing with param $param');
  await ggKidney.run();

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

Publisher

verified publisherinlavigo.com

Weekly Downloads

gg_kidney performs maintenance tasks on our various repositories.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, gg_args, gg_capture_print, gg_console_colors, gg_log, gg_process, gg_project_root, path, pub_semver, yaml_edit

More

Packages that depend on gg_kidney