gg_process 1.1.6 gg_process: ^1.1.6 copied to clipboard
GgProcess is a wrapper around Process.run and Process.start. It allows us to mock the execution of console programs.
example/gg_process_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.
Future<void> main() async {
print('Look into tests to see how GgProcess works');
}