Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sliit-foss/dart-cookbook
A compilation of dart packages developed by the SLIIT FOSS community
https://github.com/sliit-foss/dart-cookbook
dart-packages hacktoberfest melos
Last synced: 17 days ago
JSON representation
A compilation of dart packages developed by the SLIIT FOSS community
- Host: GitHub
- URL: https://github.com/sliit-foss/dart-cookbook
- Owner: sliit-foss
- License: mit
- Created: 2023-06-04T17:09:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-18T03:21:43.000Z (about 1 month ago)
- Last Synced: 2024-10-21T04:48:02.809Z (about 1 month ago)
- Topics: dart-packages, hacktoberfest, melos
- Language: Dart
- Homepage: https://pub.dev/publishers/sliitfoss.org/packages
- Size: 399 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 68
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Cookbook
A compilation of dart packages developed by the SLIIT FOSS community
## Getting started
- Run `dart pub get` to install all dependencies
- Run `melos bs` or `melos bootstrap` to bootstrap packages## Commit messages
- We follow conventional commits during our development workflow as a good practice. More information can be found at their official [documentation](https://www.conventionalcommits.org/en/v1.0.0-beta.4/#examples)
- Refer the [commitlint.yaml](https://github.com/sliit-foss/dart-cookbook/blob/main/commitlint.yaml) file for a full list of supported commit message prefixes