cc-graph

0.2.0 • Public • Published

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

/cc-graph/

    Package Sidebar

    Install

    npm i cc-graph

    Weekly Downloads

    7

    Version

    0.2.0

    License

    AGPL-3.0

    Unpacked Size

    57.7 kB

    Total Files

    13

    Last publish

    Collaborators

    • thiagodp