Add graph with Study Topics

This commit is contained in:
Marcelo Boeira
2019-04-11 22:35:13 +02:00
parent 0b2c470898
commit 2a3a431bff
4 changed files with 35 additions and 7 deletions

11
Makefile Normal file
View File

@@ -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