Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```