Skip to main content

task - A task runner / simpler Make alternative written in Go

Project description

go-task-bin

https://github.com/go-task/task

https://taskfile.dev/

Task is a task runner / build tool that aims to be simpler and easier to use than, for example, GNU Make.

Since it's written in Go, Task is just a single binary and has no other dependencies, which means you don't need to mess with any complicated install setups just to use a build tool.

Once installed, you just need to describe your build tasks using a simple YAML schema in a file called Taskfile.yml:

Taskfile.yaml
---
version: '3'

tasks:
  hello:
    cmds:
      - echo 'Hello World from Task!'
    silent: true

And call it by running task hello from your terminal.

The above example is just the start, you can take a look at the usage guide to check the full schema documentation and Task features.

This is a python wrapper that can be installed with pip.

install

pip install go-task-bin

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

go_task_bin-3.37.0.tar.gz (445.7 kB view hashes)

Uploaded Source

Built Distributions

go_task_bin-3.37.0-py3-none-win_arm64.whl (3.4 MB view hashes)

Uploaded Python 3 Windows ARM64

go_task_bin-3.37.0-py3-none-win_amd64.whl (3.8 MB view hashes)

Uploaded Python 3 Windows x86-64

go_task_bin-3.37.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.musllinux_1_1_x86_64.whl (3.7 MB view hashes)

Uploaded Python 3 manylinux: glibc 2.17+ x86-64 musllinux: musl 1.1+ x86-64

go_task_bin-3.37.0-py3-none-manylinux2014_s390x.manylinux_2_17_s390x.musllinux_1_1_s390x.whl (3.6 MB view hashes)

Uploaded Python 3 manylinux: glibc 2.17+ s390x musllinux: musl 1.1+ s390x

go_task_bin-3.37.0-py3-none-manylinux2014_ppc64le.manylinux_2_17_ppc64le.musllinux_1_1_ppc64le.whl (3.3 MB view hashes)

Uploaded Python 3 manylinux: glibc 2.17+ ppc64le musllinux: musl 1.1+ ppc64le

go_task_bin-3.37.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.musllinux_1_1_aarch64.whl (3.3 MB view hashes)

Uploaded Python 3 manylinux: glibc 2.17+ ARM64 musllinux: musl 1.1+ ARM64

go_task_bin-3.37.0-py3-none-macosx_11_0_arm64.whl (3.5 MB view hashes)

Uploaded Python 3 macOS 11.0+ ARM64

go_task_bin-3.37.0-py3-none-macosx_10_7_x86_64.whl (3.7 MB view hashes)

Uploaded Python 3 macOS 10.7+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page