1.0.28 • Published 6 years ago

@thought2/depp v1.0.28

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

depp

Creates a .dot file showing a dependency graph of your project

Installation instructions for a Debian based Linux system

# install graphviz and depp: 
sudo apt-get install graphviz
npm install -g @thought2/depp

cd {{project_dir}}

# generates the dot file:
LANGUAGE=elm DIR=src/ MAIN=Main.elm depp > output.dot

# turns dot file into png:
dot -Tpng output.dot > output.png

Currently depp is only implemented for Elm. But it's extensible, feel free to make a PR for the support of further languages.

1.0.28

6 years ago

1.0.27

6 years ago

1.0.25

6 years ago

1.0.24

6 years ago

1.0.23

6 years ago

1.0.22

6 years ago

1.0.21

6 years ago

1.0.20

6 years ago

1.0.19

6 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago