-
With my current VS Code setup, triggering "Tasks: Run Build Task..." with the extension installed makes it spin forever "Fetching Build Tasks..."
My current hello-world `Taskfile.yml` is just:
``…
-
# Nickel potential applications
This issue gathers requests and ideas about specific Nickel usages (Cabal, Terraform, JSON Schema, etc.) scattered across the issue tracker or external documents.
…
-
I suggest using [Taskfile](https://taskfile.dev/#/) instead of Make, the tool itself is written in Go
And [tinygo](https://github.com/tinygo-org/tinygo) instead of `GOOS=js go build` because it pro…
-
# Describe in detail what feature do you want to see in Task.
I'd like to be able to setup a Taskfile such that the usage of `--` to pass CLI args can be ommited. I'm experimenting with Taskfile in…
-
I have a taskfile that has a portion like this:
```js
module.exports.copyProcs = async function copyProcs(task) {
await task.source('procs/**/*.js').target('dist/procs')
await task.source('p…
-
I propose that we replace our Makefiles with [Taskfiles](https://taskfile.dev/) to orchestrate builds and CI.
I propose this here because I think we should build a consensus across the organization…
-
Explore Three alternatives to using Makefiles.
Can these be used to describe some of the CI/CD steps that are usually encoded in jenkinsfiles? This would make it possible to test (some of) the steps l…
-
There is a validation for tests to make sure there cannot be two tests with the same XML_ID for the same task. However this validation appears to be broken because I can just create tasks with tests t…
-
Hello, I would like to be able to turn off stdout for a task using an option in the taskfile, I have not found such functionality or existing proposals.
It would be nice if silent not only did not…
sedyh updated
2 months ago
-
# Stage 2. Basics Tutorials Task and Python
## Read Documentation of Taskfile**
it's an amazing tool for semantic automation
Last 3 companies I worked in adopted it widely.
So it's not some "m…