A reusable template repository for standalone Dart packages.
git clone https://github.com/matanlurey/dart-package-template . && rm -rf .git && git init
To run the tests, run:
./chore test
To check code coverage locally, run:
./chore coverage
To preview dartdoc
output locally, run:
./chore dartodc