yaml_variable_scanner 0.0.5 copy "yaml_variable_scanner: ^0.0.5" to clipboard
yaml_variable_scanner: ^0.0.5 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());
  }
}
1
likes
160
pub points
30%
popularity

Publisher

verified publisheramoshk.top

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

console, glob, yaml

More

Packages that depend on yaml_variable_scanner