Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matanlurey/dart-package-template
A reusable template repository for standalone Dart packages
https://github.com/matanlurey/dart-package-template
dart template-project
Last synced: 8 days ago
JSON representation
A reusable template repository for standalone Dart packages
- Host: GitHub
- URL: https://github.com/matanlurey/dart-package-template
- Owner: matanlurey
- License: mit
- Created: 2020-10-05T00:22:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-03T04:23:15.000Z (3 months ago)
- Last Synced: 2024-08-03T05:28:20.116Z (3 months ago)
- Topics: dart, template-project
- Language: Shell
- Homepage:
- Size: 136 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# dart-package-template
A reusable template repository for standalone Dart packages.
[![CI](https://github.com/matanlurey/dart-package-template/actions/workflows/check.yaml/badge.svg)](https://github.com/matanlurey/dart-package-template/actions/workflows/check.yaml)
```shell
git clone https://github.com/matanlurey/dart-package-template . && rm -rf .git && git init
```## Contributing
To run the tests, run:
```shell
dart test
```To check code coverage locally, run:
```shell
./chore coverage
```To preview `dartdoc` output locally, run:
```shell
./chore dartodc
```