Skip to content

lazyposse/sh-deps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sh-deps

Tool to generate a graphiz dot file with the dependency between the shell scripts of a project.

Usage

In the repl:

sh-deps.core> (-main "--directory" "/home/tony/bin" "--graph-file" "/home/tony/graph.dot")
Scanning directory /home/tony/bin and generating graph dot file /home/tony/graph.dot.
nil
sh-deps.core>

In the command line:

tony@dagobah(0.28,) 22:23:34 (130) ~ (master) $ lein run --help
Usage:

 Switches                     Default  Desc                       
 =-h=, =--no-help=, =--help=  false    Show help                  
 =-d=, =--directory=                   Directory to analyze       
 =-g=, =--graph-file=                  Graph dot file to generate 
tony@dagobah(0.28,) 22:26:30 ~ (master) $ lein run --directory /home/tony/bin --graph-file /home/tony/graph.dot
Scanning directory /home/tony/bin and generating graph dot file /home/tony/graph.dot .

License

Copyright (C) 2012 commiters

Distributed under the Eclipse Public License, the same as Clojure.

About

Draw a graph of shell scripts dependencies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published