shell_command_generator 1.0.1 copy "shell_command_generator: ^1.0.1" to clipboard
shell_command_generator: ^1.0.1 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
120
points
50
downloads

Publisher

verified publisherwolverinebeach.net

Weekly Downloads

Run shell commands as part of your build process.

Repository (GitHub)
View/report issues

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