mirror of
https://github.com/wsvincent/awesome-django.git
synced 2025-03-25 06:59:50 +00:00
🔨 Adds a few tools via Make to make project updates easier
- 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
This commit is contained in:
parent
e354f40472
commit
1088cb49a9
9
Makefile
Normal file
9
Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
build: toc
|
||||
|
||||
.PHONY: alex
|
||||
alex:
|
||||
npx alex README.md
|
||||
|
||||
.PHONY: toc
|
||||
toc:
|
||||
npx doctoc README.md
|
Loading…
x
Reference in New Issue
Block a user