Files
flutter_dotenv/tool/README.md
2018-12-12 13:13:11 +13:00

511 B

tool

Consider calling these in a git pre-commit hook.

Ensure ~/.pub_cache/bin is in your $PATH.

fmt.sh

Runs the official code formatter.

setup
$ pub global activate dart_style

docs.sh

Preview dartdoc documentation.

setup
$ pub global activate dartdoc

release.sh

git tag and pub publish.