Skip to content

fgm/meteor-list-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOTify Meteor list --tree

Purpose

Convert the output of the Meteor > 1.5.2 command to GraphViz DOT format.

Usage

# In the Meteor application directory:
meteor list --tree > /tmp/app.txt

# In the dotify directory:
composer install
php dotify.php /tmp/app.txt | dot -Tsvg > deps.svg

Running tests

In the dotify directory:

composer install
vendor/bin/phpunit src/tests

About

Build a GraphViz dotfile from meteor list --tree

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages