mirror of
https://github.com/chenasraf/btool.git
synced 2026-05-18 01:48:58 +00:00
30 lines
569 B
YAML
30 lines
569 B
YAML
name: btool
|
|
description: Generic build helper tools for flutter
|
|
version: 0.1.0
|
|
homepage: 'https://github.com/chenasraf/btool'
|
|
|
|
executables:
|
|
btool: btool
|
|
|
|
environment:
|
|
sdk: '>=2.19.0-255.2.beta <3.0.0'
|
|
|
|
dependencies:
|
|
args: ^2.3.1
|
|
colorize: ^3.0.0
|
|
file: ^6.1.4
|
|
path: ^1.8.2
|
|
|
|
dev_dependencies:
|
|
build:
|
|
build_runner:
|
|
flutter_lints:
|
|
test:
|
|
|
|
script_runner:
|
|
scripts:
|
|
- activate-local: 'dart pub global activate --source path ./'
|
|
- activate-global: 'dart pub global activate btool'
|
|
- auto-fix: dart fix --apply
|
|
- publis: dart pub publish -f
|