Skip to content

ruslashev/cdepgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cdepgraph - C(++) dependency graph generator

Usage

$ cdepgraph <directory>

Start a scan for source files in specified directory.

The resulting GraphViz (neato) code is outputted to stdout, so the following way might be preferred:

$ cdepgraph src/ | neato -T png > out.png

In future there will probably be options such as -o <outfile>, but that's for later.

License

See LICENSE file.

Screenshot

About

C(++) source files dependency graph generator

Resources

License

Stars

Watchers

Forks

Packages

No packages published