awesome-django/justfile
2021-08-31 11:48:31 -05:00

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