Skip to content

Commit 67fe296

Browse files
author
auxten
committed
add analysisVendor.sh to generate dep tree png
1 parent 5c238e6 commit 67fe296

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
coverage.txt
2+
analysisVendor.png
23

34
# Binaries for programs and plugins
45
*.exe

Diff for: analysisVendor.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/bin/sh
22

3-
dep status -dot | dot -Tpng -o foo.png && open foo.png
3+
dep ensure
4+
dep status -dot | dot -Tpng -o analysisVendor.png && open analysisVendor.png

0 commit comments

Comments
 (0)