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: about 2 months 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T03:21:43.000Z (8 months ago)
- Last Synced: 2025-03-26T03:03:31.008Z (2 months 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