mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
Add chalk, http-server
This commit is contained in:
parent
99b600101c
commit
6f5ba66dd2
2 changed files with 5 additions and 2 deletions
|
@ -3,5 +3,8 @@ cmds:
|
||||||
- ganache
|
- ganache
|
||||||
- hardhat
|
- hardhat
|
||||||
- kill-port
|
- kill-port
|
||||||
|
- chalk
|
||||||
|
- http-server
|
||||||
args:
|
args:
|
||||||
[npx, --yes]
|
chalk: npx --yes --package=chalk-cli -c
|
||||||
|
...: [npx, --yes]
|
||||||
|
|
|
@ -6,4 +6,4 @@ cmds:
|
||||||
args:
|
args:
|
||||||
pygmentize: [pipx, run, --spec, pygments]
|
pygmentize: [pipx, run, --spec, pygments]
|
||||||
huggingface-cli: pipx run --spec huggingface_hub
|
huggingface-cli: pipx run --spec huggingface_hub
|
||||||
...: [pipx, run, --]
|
...: [pipx, run]
|
||||||
|
|
Loading…
Reference in a new issue