Skip to content

Commit

Permalink
upgrade demo svg file
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeniau committed Apr 1, 2019
1 parent 7d519d2 commit da3dc76
Show file tree
Hide file tree
Showing 5 changed files with 948 additions and 278 deletions.
17 changes: 17 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.PHONY: demo clean install

demo: clean install demo/demo.svg

install: node_modules

node_modules: yarn.lock
yarn install

clean:
rm demo/changelog-demo.json || true

demo/demo.svg: demo/changelog-demo.json
cat demo/changelog-demo.json | yarn svg-term --window --no-cursor --width 100 --height 20 --out demo/demo.svg

demo/changelog-demo.json: clean
asciinema rec demo/changelog-demo.json -c 'yarn demo'
Loading

0 comments on commit da3dc76

Please sign in to comment.