dcdg 1.0.4 copy "dcdg: ^1.0.4" to clipboard
dcdg: ^1.0.4 copied to clipboard

outdated

A tool to automatically generate class diagrams (like UML) from a Dart package.

Build Status

Dart Class Diagram Generator #

A small command line utility to generate a class (UML or similar) diagram from a Dart package.

Installation #

Install from pub:

pub global activate dcdg

Install from clone:

pub global activate -s path .

Usage #

From inside a Dart package repository:

pub global run dcdg

This will dump a PlantUML file to stdout. You can save it to a file instead with the -o option.

See --help for more options, including ways to filter what ends up in the output.

Contributing #

Pull requests are welcome! It is intended to be reasonably straightforward to add a new output format. Take a look at the DOT format implementation in lib/src/builders for an example.

If you have found a bug or have a feature request please open an issue.

158
likes
0
pub points
90%
popularity

Publisher

unverified uploader

A tool to automatically generate class diagrams (like UML) from a Dart package.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, args, meta, path

More

Packages that depend on dcdg