Skip to content
#

task-runner

Here are 495 public repositories matching this topic...

orenmazor
orenmazor commented Apr 14, 2022

So this is not fully fleshed out in my head yet.

The gist is as such: my team currently uses makefiles + shell scripts to do things. this is obviously messy and awful.

I've done a few PoCs to migrate those things into taskfile and it's a beautiful world.

but here's the rub: we use shellcheck in all of our CI/vim/local machines/etc to verify shell scripts for various code smells.

I'd l

enhancement help wanted good first issue sig/v4
dbeal-eth
dbeal-eth commented Jan 26, 2022

It is currently not possible to specify the chain ID for a hardhat network invoked with npx hardhat node through any means other than the config file. This means it is impossible to specify the --chain-id argument in the command line, or execute a chain host pragmatically with hre.run('node', { chainId: 100 }).

Please add the chainId parameter to the node command so it is possible to

good first issue type:feature
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

enhancement help wanted good first issue
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 May 15, 2022
  • 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