-
Updated
Oct 6, 2020 - Python
task-runner
Here are 402 public repositories matching this topic...
-
Updated
May 11, 2020 - Go
-
Updated
Sep 24, 2020 - JavaScript
-
Updated
Oct 7, 2020 - Python
-
Updated
Sep 5, 2020 - Go
-
Updated
Oct 1, 2020 - Ruby
-
Updated
Mar 2, 2020 - Go
-
Updated
Oct 2, 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
Oct 5, 2020 - Rust
-
Updated
Dec 30, 2018 - Go
-
Updated
Oct 9, 2019
-
Updated
Jun 3, 2020
-
Updated
Aug 11, 2020 - Rust
-
Updated
Aug 12, 2018 - PHP
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
Sep 23, 2019 - PHP
-
Updated
Aug 8, 2020 - Go
-
Updated
Oct 6, 2020 - TypeScript
-
Updated
May 31, 2020 - C#
-
Updated
Sep 19, 2020 - Python
-
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."
Both these Taskfiles cause task to panic:
and (so
defaultis not a special case)Panic is: