yaml_variable_scanner 0.0.7 copy "yaml_variable_scanner: ^0.0.7" to clipboard
yaml_variable_scanner: ^0.0.7 copied to clipboard

YAML Variable Scanner, used to scan multiple files for text that can use YAML variables.

example/lib/example.dart

import 'package:args/command_runner.dart';

import 'src/commands/check.dart';

/// The root command runner of the `example` command.
/// To learn about it and its subcommands,
/// run `dart run example --help`.
final class ExampleCommandRunner extends CommandRunner<int> {
  ExampleCommandRunner()
      : super(
          'example',
          'Scans multiple files for text that can use YAML variables.',
        ) {
    addCommand(CheckCommand());
  }
}
2
likes
160
points
1.27k
downloads

Documentation

API reference

Publisher

verified publisheramooos.com

Weekly Downloads

YAML Variable Scanner, used to scan multiple files for text that can use YAML variables.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

console, glob, yaml

More

Packages that depend on yaml_variable_scanner