-
Updated
Oct 29, 2020 - Go
build-automation
Here are 528 public repositories matching this topic...
-
Updated
Jul 31, 2020 - JavaScript
-
Updated
Nov 4, 2020
-
Updated
Nov 4, 2020 - Python
We already have a TextMate grammar for VS Code syntax highlighting.
We need one for Emacs.
-
Updated
Oct 21, 2020 - Python
-
Updated
Oct 31, 2020 - Java
-
Updated
Nov 5, 2020 - PHP
-
Updated
Nov 7, 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
Nov 7, 2020 - Rust
Kudu plugin
-
Updated
Nov 5, 2020 - Python
-
Updated
Oct 13, 2020 - Python
-
Updated
May 28, 2018 - Scala
-
Updated
Nov 7, 2020
-
Updated
Aug 13, 2019 - Java
-
Updated
Oct 28, 2020 - C#
-
Updated
Oct 22, 2020 - PowerShell
-
Updated
Oct 2, 2020 - Objective-C
-
Updated
Oct 21, 2020 - Groovy
-
Updated
Jun 28, 2020 - PowerShell
-
Updated
Nov 6, 2020 - Go
-
Updated
Nov 7, 2020 - Makefile
-
Updated
Nov 1, 2020 - Makefile
-
Updated
Oct 2, 2019 - C
-
Updated
Sep 29, 2017 - Batchfile
-
Updated
Apr 23, 2020 - Go
Improve this page
Add a description, image, and links to the build-automation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the build-automation topic, visit your repo's landing page and select "manage topics."
In the same way that we can do:
DotNetCoreBuild
DotNetCorePublish
etc
Would be good to be able to run
DotNetCoreWatch
as a top level task in my Cake Build script.