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

outdated

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 {
  initializeSidekick(name: 'flg', mainProjectPath: 'dev/integration_tests/flutter_gallery');
  
  // Use args
}
9
likes
0
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

License

unknown (LICENSE)

Dependencies

args, dartx, dcli, yaml

More

Packages that depend on sidekick_core