0.2.0 • Published 3 years ago

cc-graph v0.2.0

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
3 years ago

npm version

cc-graph

Graph visualization for Concordia feature files

CLI application that generates an HTML page with an interactive graph that shows your .feature files' relationships.

Installation

npm i -D cc-graph

Syntax

cc-graph <features-dir> [output-dir] [--keep]

where:

  • <features-dir> is the directory of your .feature files.
  • [output-dir] is the output directory. Optional, by default it assumes cc-graph-output.
  • --keep is an optional flag that avoids overwriting some files: index.html, style.css, and index.js. Useful when you wish to customize their content.

Examples:

npx cc-graph features
npx cc-graph features output/graph --keep

See also

License

L-GPL3 © Thiago Delgado Pinto