mirror of
https://github.com/wsvincent/awesome-django.git
synced 2024-11-23 20:11:09 +00:00
21 lines
293 B
Makefile
21 lines
293 B
Makefile
@_default:
|
|
just --list
|
|
|
|
@alex:
|
|
npx alex README.md
|
|
|
|
@build:
|
|
just toc
|
|
bundle exec jekyll build
|
|
|
|
@lint:
|
|
-curlylint _layouts/
|
|
-npx awesome-lint README.md
|
|
|
|
@serve:
|
|
modd --file=modd.conf
|
|
bundle exec jekyll serve --drafts --watch --port 8000
|
|
|
|
@toc:
|
|
npx doctoc README.md
|