Explorar o código

:hammer: 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
Jeff Triplett %!s(int64=4) %!d(string=hai) anos
pai
achega
1088cb49a9
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  1. 9 0
      Makefile

+ 9 - 0
Makefile

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