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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add shell_command_generator

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  shell_command_generator: ^0.2.2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:shell_command_generator/shell_command_generator.dart';
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