Transformer to run .bat file
More...
Simply add the following lines to your pubspec.yaml:
pubspec.yaml
:::yaml dependencies: run_bat_file: any transformers: - run_bat_file
You can specify executable file:
:::yaml transformers: - run_bat_file: executable: /path/to/file.bat
unverified uploader
Homepage
MIT (license)
barback
Packages that depend on run_bat_file
Back