Przeglądaj źródła

: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 4 lat temu
rodzic
commit
1088cb49a9
1 zmienionych plików z 9 dodań i 0 usunięć
  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