developing out the dark magic provider concept

This commit is contained in:
Max Howell 2023-04-10 13:52:23 -04:00
parent 66c8c6adce
commit f243e8cefb
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,6 @@
cmds:
- truffle
- ganache
- hardhat
args:
...: [npx, exec, --, '{{cmd}}']

View file

@ -0,0 +1,7 @@
cmds:
- pygmentize
- youtube-dl
- openai
args:
pygmentize: [pipx, run, --spec, pygments, '{{cmd}}']
...: [pipx, run, '--', '{{cmd}}']