The Wayback Machine - https://web.archive.org/web/20220321163316/https://github.com/topics/task-runner
Skip to content
#

task-runner

Here are 486 public repositories matching this topic...

ProfessorManhattan
ProfessorManhattan commented Jul 24, 2021

I'm trying to create a wrapper for Task in Node.js. I'd like to report the time each task takes. However, the task variables show up as:

task: dynamic variable: 'if [ -f meta/main.yml ]; then yq e '.galaxy_info.role_name' meta/main.yml; else jq -r '.name' package.json | sed 's/.*\///'; fi' result: 'androidstudio'

They SHOULD show up as:

task: dynamic variable:  [common:update-a
nat-n
nat-n commented Feb 16, 2022

So far tab completion is available for tasks across multiple shells. For zsh is is also available for global CLI options of poe.

The ability to declare CLI options for tasks would be more delightful if at least the ZSH completions also worked for task arguments.

I really want this feature, but don't know when I'll have time to relearn how zsh completions work, so if someone else out there al

hela

🍦 Powerful software development experience and management. Enhancing @tc39 JS, @denoland and @nodejs, because we need a bit of magic. You can think of it as Cargo for the JavaScript ecosystem.

  • Updated Oct 19, 2021
  • JavaScript

Improve this page

Add a description, image, and links to the task-runner topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more