-
Updated
May 23, 2022 - Python
task-runner
Here are 495 public repositories matching this topic...
-
Updated
May 4, 2022 - Go
Linting of commands
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
-
Updated
Apr 12, 2022 - Python
-
Updated
Dec 21, 2020 - JavaScript
-
Updated
Apr 22, 2022 - Ruby
-
Updated
Mar 2, 2020 - Go
-
Updated
May 7, 2022 - Rust
It would be nice if doit
could use as many processes as there are CPUs instead of only a hardcoded number.
-
Updated
Mar 2, 2022 - C++
-
Updated
Nov 30, 2021 - PHP
-
Updated
Nov 19, 2021
-
Updated
Dec 30, 2018 - Go
-
Updated
May 2, 2022 - Rust
-
Updated
Jun 3, 2020
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
-
Updated
Mar 7, 2022 - PHP
-
Updated
May 19, 2022 - Python
-
Updated
May 15, 2022 - JavaScript
-
Updated
Oct 29, 2021 - Go
-
Updated
Jan 27, 2021 - PHP
-
Updated
Apr 9, 2022 - TypeScript
-
Updated
Sep 21, 2017 - JavaScript
-
Updated
May 14, 2022 - Go
-
Updated
May 6, 2022 - Shell
-
Updated
Dec 17, 2021 - 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."
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