-
Updated
Nov 11, 2020 - Python
task-runner
Here are 408 public repositories matching this topic...
-
Updated
Nov 11, 2020 - Go
-
Updated
Nov 12, 2020 - Go
-
Updated
Oct 29, 2020 - JavaScript
-
Updated
Oct 18, 2020 - Python
-
Updated
Oct 1, 2020 - Ruby
-
Updated
Mar 2, 2020 - Go
-
Updated
Oct 26, 2020 - C++
doit already support Task parameters, but they are not convenient to be used with task-groups.
Example of proposed feature:
from doit import task_param
@task_param({'name':'param1', 'short':'p', 'default':'default value'})
def task_py_params(param1):
for name in ['foo', 'bar']:
yield {
'name': name,
'actions':['echo {}'.format(param1)],
-
Updated
Sep 2, 2020 - PHP
-
Updated
Nov 7, 2020 - Rust
-
Updated
Dec 30, 2018 - Go
-
Updated
Oct 9, 2019
-
Updated
Jun 3, 2020
BuidlerError and BuidlerPluginError instances aren't print nicely in node's console. We should provide custom inspect methods to change this.
Test `test` task
Test compile task
-
Updated
Nov 11, 2020 - Rust
-
Updated
Aug 12, 2018 - PHP
-
Updated
Nov 4, 2020 - PHP
-
Updated
Nov 12, 2020 - Go
-
Updated
Nov 9, 2020 - TypeScript
-
Updated
Nov 12, 2020 - Python
-
Updated
May 31, 2020 - C#
-
Updated
Sep 24, 2020 - TypeScript
-
Updated
Nov 29, 2019 - Go
Improve this page
Add a description, image, and links to the task-runner topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the task-runner topic, visit your repo's landing page and select "manage topics."


Hello, first let me say I really like Task and hope to contribute to it and get more adoption of it in my OSS projects (and in my work @sourcegraph where possible.)
One aspect that confuses me a bit is that the installation docs explicitly mention it cannot be installed via
go get:From what I can t