Provide a way to expand existing tasks
Open
enhancement
- Dominant language
- Dart
- Stars
- 266
- Forks
- 36
- Avg merge
- 23h 25m
- Merged PRs (30d)
- 2
Description
When working with a package like `cli_pkg` that defines a bunch of built-in tasks, it would be useful for a downstream application to be able to inject behavior that runs before or after those tasks (for example, "after building an NPM package, add these extra files to it"). Something like a `GrinderTask.after()` or a global `afterTask()` function would help a lot.
Contributor guide
Assessment
This issue has not been assessed yet.