🔨 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:
Jeff Triplett 2020-07-04 11:47:20 -05:00
parent e354f40472
commit 1088cb49a9
No known key found for this signature in database
GPG Key ID: BD6DAFC4D1A381EA

9
Makefile Normal file
View File

@ -0,0 +1,9 @@
build: toc
.PHONY: alex
alex:
npx alex README.md
.PHONY: toc
toc:
npx doctoc README.md