craft_runner 0.1.0 copy "craft_runner: ^0.1.0" to clipboard
craft_runner: ^0.1.0 copied to clipboard

Code generation runner for riverpod_craft. Watch mode, single file generation, and cleanup.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate craft_runner

Use it

The package has the following executables:

$ craft_runner

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add craft_runner

With Flutter:

 $ flutter pub add craft_runner

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

dependencies:
  craft_runner: ^0.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:craft_runner/craft_runner.dart';
0
likes
120
points
26
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Code generation runner for riverpod_craft. Watch mode, single file generation, and cleanup.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

analyzer, crypto, dart_style, path, pub_semver, riverpod_craft_plugin, yaml

More

Packages that depend on craft_runner