shell_command_generator 0.2.2 copy "shell_command_generator: ^0.2.2" to clipboard
shell_command_generator: ^0.2.2 copied to clipboard

Run shell commands as part of your build process.

example/lib/shell_command_generator_example.dart

import 'package:shell_command_generator_annotation/shell_command_generator_annotation.dart';

part 'shell_command_generator_example.g.dart';

@Shell('ls')
const String files = _$files;

void main() {
  print(files);
}
0
likes
130
points
466
downloads

Publisher

verified publisherwolverinebeach.net

Weekly Downloads

Run shell commands as part of your build process.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

analyzer, build, shell_command_generator_annotation, source_gen

More

Packages that depend on shell_command_generator