mirror of
https://github.com/wsvincent/awesome-django.git
synced 2024-11-23 20:11:09 +00:00
27 lines
324 B
Makefile
27 lines
324 B
Makefile
@_default:
|
|
just --list
|
|
|
|
@alex:
|
|
npx alex README.md
|
|
|
|
@build:
|
|
just toc
|
|
bundle exec jekyll build
|
|
|
|
@down:
|
|
just down
|
|
|
|
@lint:
|
|
-curlylint _layouts/
|
|
-npx awesome-lint README.md
|
|
|
|
@serve:
|
|
# modd --file=modd.conf
|
|
just up ""
|
|
|
|
@up *ARGS="-d":
|
|
docker-compose up {{ ARGS }}
|
|
|
|
@toc:
|
|
npx doctoc README.md
|