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

Test-ergonomics helpers and a format CLI for rune source strings. pumpRuneView, expectRuneRenders, and a bin/format.dart that wraps formatRuneSource for command-line use.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate rune_test

Use it

The package has the following executables:

$ rune_format

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rune_test

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

dependencies:
  rune_test: ^0.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:rune_test/rune_test.dart';
0
likes
150
points
6
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Test-ergonomics helpers and a format CLI for rune source strings. pumpRuneView, expectRuneRenders, and a bin/format.dart that wraps formatRuneSource for command-line use.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#rune #testing #cli #formatter #tooling

License

MIT (license)

Dependencies

flutter, flutter_test, rune

More

Packages that depend on rune_test