awesome-django/justfile

21 lines
293 B
Makefile
Raw Normal View History

2021-04-09 02:58:10 +00:00
@_default:
just --list
@alex:
npx alex README.md
@build:
just toc
2021-04-09 03:06:32 +00:00
bundle exec jekyll build
2021-04-09 02:58:10 +00:00
@lint:
-curlylint _layouts/
-npx awesome-lint README.md
2021-04-09 03:16:46 +00:00
2021-04-09 03:06:32 +00:00
@serve:
modd --file=modd.conf
bundle exec jekyll serve --drafts --watch --port 8000
2021-04-09 02:58:10 +00:00
@toc:
npx doctoc README.md