-
Updated
Nov 23, 2020 - Go
build-automation
Here are 532 public repositories matching this topic...
-
Updated
Jul 31, 2020 - JavaScript
-
Updated
Nov 4, 2020
Currently our vscode syntax highlighting extension is essentially just a TextMate grammar.
VScode now supports LSP, which can be used to add functionality such as jump-to-defintion, which can add the ability for the user to track down the definition of Earthly targets and artifacts in different Earthfiles a
-
Updated
Nov 4, 2020 - Python
-
Updated
Oct 21, 2020 - Python
-
Updated
Nov 11, 2020 - Java
-
Updated
Nov 19, 2020 - PHP
-
Updated
Nov 22, 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 16, 2020 - Rust
Kudu plugin
-
Updated
Nov 22, 2020 - Python
-
Updated
Nov 22, 2020
-
Updated
Oct 13, 2020 - Python
-
Updated
May 28, 2018 - Scala
-
Updated
Aug 13, 2019 - Java
-
Updated
Oct 28, 2020 - C#
-
Updated
Nov 22, 2020 - PowerShell
-
Updated
Oct 2, 2020 - Objective-C
-
Updated
Nov 20, 2020 - Groovy
-
Updated
Jun 28, 2020 - PowerShell
-
Updated
Nov 12, 2020 - Go
-
Updated
Nov 21, 2020 - Makefile
-
Updated
Nov 19, 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.