mirror of
https://github.com/wsvincent/awesome-django.git
synced 2024-11-23 20:11:09 +00:00
1088cb49a9
- alex - Alex can be problematic, but it can also catch a few valid insensitive mistakes people make - doctoc - makes keeping our TOC update to much easier than without it
10 lines
91 B
Makefile
10 lines
91 B
Makefile
build: toc
|
|
|
|
.PHONY: alex
|
|
alex:
|
|
npx alex README.md
|
|
|
|
.PHONY: toc
|
|
toc:
|
|
npx doctoc README.md
|