@@ -0,0 +1,11 @@
NPM ?= `which npm`
MERMAID ?= `which mmdc`
RESOURCES_PATH ?= `pwd`/resources
.PHONY: build
build:
@$(MERMAID) -i $(RESOURCES_PATH)/topic-graph.mmd -o $(RESOURCES_PATH)/topic-graph.png
.PHONY: setup
setup:
@$(NPM) install -g mermaid.cli
The note is not visible to the blocked user.