mirror of
https://github.com/wsvincent/awesome-django.git
synced 2025-05-05 10:33:35 +00:00
🚜 npx => bunx
This commit is contained in:
parent
1a35caa3e5
commit
1316a1299c
6
justfile
6
justfile
@ -2,7 +2,7 @@
|
|||||||
just --list
|
just --list
|
||||||
|
|
||||||
@alex:
|
@alex:
|
||||||
npx alex README.md
|
bunx alex README.md
|
||||||
|
|
||||||
@bootstrap:
|
@bootstrap:
|
||||||
pip install --upgrade pip pip-tools
|
pip install --upgrade pip pip-tools
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
@lint:
|
@lint:
|
||||||
-curlylint _layouts/
|
-curlylint _layouts/
|
||||||
-npx awesome-lint README.md
|
-bunx awesome-lint README.md
|
||||||
|
|
||||||
@serve:
|
@serve:
|
||||||
# modd --file=modd.conf
|
# modd --file=modd.conf
|
||||||
@ -30,4 +30,4 @@
|
|||||||
docker-compose up {{ ARGS }}
|
docker-compose up {{ ARGS }}
|
||||||
|
|
||||||
@toc:
|
@toc:
|
||||||
npx doctoc README.md
|
bunx doctoc README.md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user