-
Updated
Dec 18, 2020 - Python
#
task-runner
Here are 412 public repositories matching this topic...
Distributed Task Queue (development branch)
python
redis
amqp
python-library
sqs
python3
task-runner
sqs-queue
task-manager
task-scheduler
queued-jobs
queue-workers
queue-tasks
Realize is the #1 Golang Task Runner which enhance your workflow by automating the most common tasks and using the best performing Golang live reloading.
go
golang
livereload
task-runner
build-tool
build-system
filewatcher
watcher
golang-package
golang-application
go-tools
-
Updated
Nov 11, 2020 - Go
-
Updated
Nov 21, 2020 - Go
A fast, concurrency-focused task automation tool.
-
Updated
Oct 29, 2020 - JavaScript
A fast and reliable background task processing library for Python 3.
-
Updated
Dec 20, 2020 - Python
Multi-stage command line deploy/mirroring and task runner for Wordpress
-
Updated
Dec 13, 2020 - Ruby
Modern Make
-
Updated
Mar 2, 2020 - Go
A hybrid thread / fiber task scheduler written in C++ 11
scheduler
fibers
tasks
task-runner
thread-pool
task-scheduler
threads
coroutine-library
coroutine
fiber-task-scheduler
-
Updated
Nov 20, 2020 - C++
schettino72
commented
Jun 29, 2019
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)],
Deployer is a free and open source deployment tool.
-
Updated
Sep 2, 2020 - PHP
Rust task runner and build tool.
rust
task
coverage
circleci
build
travis-ci
build-automation
gitlab-ci
appveyor
cargo
travis
task-runner
build-tool
make
cargo-subcommand
cargo-plugin
azure-pipelines
github-actions
cargo-plugins
-
Updated
Dec 20, 2020 - Rust
Runs your tasks at maximum concurrency
-
Updated
Dec 30, 2018 - Go
Collection of cheat sheets(HTML, CSS, JS, Git, Gulp, etc.,) for your frontend development needs & reference
-
Updated
Oct 9, 2019
Everything awesome related to npm scripts and using npm as a build tool.
-
Updated
Jun 3, 2020
alcuadrado
commented
Mar 6, 2019
BuidlerError and BuidlerPluginError instances aren't print nicely in node's console. We should provide custom inspect methods to change this.
Open
Test `test` task
Open
Test compile task
-
Updated
Nov 11, 2020 - Rust
A PHP cron task manager for MVC-type applications
-
Updated
Aug 12, 2018 - PHP
platform
devops
ecosystem
cross-platform
dx
dev
shareable-configs
task-runner
developer-tools
development-workflow
development-environment
developer-experience
dev-env
execa
hela
tunnckocorehq
hela3
hela-ecosystem
-
Updated
Dec 10, 2020 - JavaScript
The task manager for php
-
Updated
Nov 4, 2020 - PHP
A build automation tool for Docker applications
-
Updated
Dec 14, 2020 - Go
-
Updated
Dec 18, 2020 - TypeScript
pypyr task-runner cli & api for automation pipelines. Automate anything by combining commands, different scripts in different languages & applications into one pipeline process.
devops
automation
pipeline
script
tool
ci
cd
ci-cd
task-runner
task-manager
script-loader
pipeline-processor
pipelines-yaml
taskrunner
pipeline-runner
-
Updated
Dec 15, 2020 - Python
Svelto Tasks - C# promises compliant multi-threaded tasks runner
-
Updated
Nov 29, 2020 - C#
A simple, light-weight and modern task runner for general purpose.
-
Updated
Sep 24, 2020 - TypeScript
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