sidekick_core 0.15.1 copy "sidekick_core: ^0.15.1" to clipboard
sidekick_core: ^0.15.1 copied to clipboard

Reusable code pieces for sidekick CLIs. Provides a project and useful helper methods when working with files

Sidekick Core #

This project is the base for all sidekick CLIs

Usage #

import 'package:sidekick_core/sidekick_core.dart';

Future<void> main(List<String> args) async {
  final runner = initializeSidekick(name: 'flg', mainProjectPath: 'dev/integration_tests/flutter_gallery');
  runner.addCommand(YourCommand());
  return await runner.run(args);
}
9
likes
130
pub points
72%
popularity

Publisher

verified publisherphntm.xyz

Reusable code pieces for sidekick CLIs. Provides a project and useful helper methods when working with files

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

args, dartx, dcli, glob, http, meta, pub_semver, recase, yaml, yaml_edit

More

Packages that depend on sidekick_core