This repository has been archived by the owner on Sep 1, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
A simple Bash tool to generate dependencies graph for Java projects
License
Kdecherf/jdep-grapher
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
README of JDep-Grapher ====================== (c) Kevin Decherf, <[email protected]>, 2010 This application is licenced under GNU General Public License, Version 3.0 http://www.gnu.org/licenses/gpl-3.0-standalone.html About ----- JDep-Grapher is a simple bash tool to generate dependencies graph for Java projects. Install ------- You can use jdep-grapher.sh on-the-fly or copy it in /usr/local/bin or eq (~/bin, ...). DEPENDENCY: You need GraphViz installed on your machine. How to use ---------- ./jdep-grapher.sh graph parse [exclude] graph: image filename for the generated graph parse: folder to parse exclude: grep extended expression to exclude some elements (exclude packages, etc ...) Informations ------------ - The script will only grep files for 'import' and 'package' lines ; - All-inclusion packages (name.*) are filled in red ;
About
A simple Bash tool to generate dependencies graph for Java projects
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published