taskr icon indicating copy to clipboard operation
taskr copied to clipboard

A fast, concurrency-focused task automation tool.

Results 16 taskr issues
Sort by recently updated
recently updated
newest added

Hi @lukeed. This is the almost [fly-ava](https://github.com/taskrjs/fly-ava) plugin. If you do not mind, please add it. Thank you.

This PR adds source map init, write, and apply for use in tasks and plugins. The approach is very similar to Gulp 4 (in fact most of the code is...

future

Allowing function as argument to `start`, `serial`, and `parallel` would allow tasks to be composed without having to export everything including tasks that are not meant to be called directly....

maybe

I write a simple build task and a custom plugin `usemin` as following. I thought the `files` argument of the generator function in the `usemin` plugin should be `.tmp/index.html` but,...

I'm sure if Taskr would benefit from exposing some of its tools directly. The benefits would be that plugins could import/share some of the core Taskr helpers. Even though the...

discuss