Skip to content

Commit

Permalink
meta: Tidy deps and md content
Browse files Browse the repository at this point in the history
Signed-off-by: Charlie Egan <[email protected]>
  • Loading branch information
charlieegan3 committed Aug 27, 2024
1 parent 1b61dac commit 9d135a9
Show file tree
Hide file tree
Showing 4 changed files with 637 additions and 12 deletions.
10 changes: 3 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
PHONY: deps
deps:
hash markdown-toc || echo "please install markdown-toc: npm install -g markdown-toc"

PHONY: toc
toc: deps
markdown-toc -i style-guide.md --bullets="*" --maxdepth=3

toc:
npm install # installs the markdown-toc at the expected version from package.json
npx markdown-toc -i style-guide.md --bullets="*" --maxdepth=3
Loading

0 comments on commit 9d135a9

Please sign in to comment.