hop 0.20.0 hop: ^0.20.0 copied to clipboard
A task management framework for Dart
HOP #
An object-oriented framework creating and reusing scripts in Dart. #
Projects using HOP #
- chrome.dart - Dart interop with chrome.* APIs for Chrome Packaged Apps
- Pop, Pop, Win! - Minesweeper with balloons
- qr.dart - Generate QR codes
- vote.dart - Simulate, run, and calculate elections with different election methods
- Dart Widgets - Reusable Web Components
Try It Now #
The The HOP task management system for Dart is hosted on pub.dartlang.org. Add the HOP package to your pubspec.yaml
file, selecting a version range that works with your version of the SDK. Always check the HOP page on pub to find the latest release.
See the changelog to find the version that works best for you.
If you'd like to track bleeding edge developments, you can reference the the GitHub repository directly:
dependencies:
hop:
git: https://github.com/kevmoo/hop.dart.git
Versioning #
- We follow Semantic Versioning.
- We are not planning a V1 for HOP until Dart releases V1.
- In the mean time, the version will remain
0.Y.Z
.- Changes to the minor version - Y - will indicate breaking changes.
- Changes to the patch version - Z - indicate non-breaking changes.
- In the mean time, the version will remain
Dart SDK dependency #
- We're going to try to keep HOP in line with the latest integration build of the Dart SDK and Editor.
- At this point, each SDK release tends to introduce breaking changes, which usually require breaking changes in HOP.
- Keep an eye on the changelog to see how HOP aligns with each SDK release.
The libraries #
hop - core task runtime #
- An object-oriented framework creating and reusing scripts in Dart.
- Easy to create command-line scripts.
- Define functionality in libraries. Add and update them with
pub
. - Nice touches for free: bash command completion, help, helpful exit codes
hop_tasks #
- A collection of tasks and task helpers.
- Unit tests
- dart2js
- dartdoc
- git
Authors #
- Kevin Moore (+Kevin Moore, @kevmoo)
- Adam Singer (+Adam Singer)
- Damon Douglas (+Damon Douglas)
- You? File bugs. Fork and Fix bugs. Let's build this community.