浏览代码

: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 年之前
父节点
当前提交
1088cb49a9
共有 1 个文件被更改,包括 9 次插入0 次删除
  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