awesome-django/justfile
Jeff Triplett 1316a1299c
🚜 npx => bunx
2023-11-16 20:13:07 -06:00

34 lines
484 B
Makefile

@_default:
just --list
@alex:
bunx alex README.md
@bootstrap:
pip install --upgrade pip pip-tools
pip install --upgrade --requirement requirements.in
@build:
just toc
bundle exec jekyll build
@down:
docker-compose down
@lint:
-curlylint _layouts/
-bunx awesome-lint README.md
@serve:
# modd --file=modd.conf
just up ""
@start *ARGS="-d":
just up {{ ARGS }}
@up *ARGS:
docker-compose up {{ ARGS }}
@toc:
bunx doctoc README.md