gg_one_core 1.0.1
gg_one_core: ^1.0.1 copied to clipboard
Kernel, checks and publish configuration of the gg_one tool family - state caching, command bases, verification steps and gg-publish.json handling.
example/gg_one_core_example.dart
#!/usr/bin/env dart
// @license
// Copyright (c) 2019 - 2026 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 ggOneCore in action.');
}