CLI for rediagram.
This command will generate images at once by pattern matching **/*.rediagram.tsx.
$ rediagramcYou can also specify the pattern yourself.
$ rediagramc "**/*.graph.tsx"$ rediagramc -h
Usage: rediagramc [options] [pattarns...]
Options:
-V, --version output the version number
-w, --watch Watch files for changes and rerun rediagram related to
changed files. (default: false)
-h, --help display help for commandThe plugin can then be installed using npm:
# yarn
yarn add -D @rediagram/cli
# or npm
npm install --save-dev @rediagram/cliThis project requires Graphviz. If you don't have it installed, install it here.
This software is released under the MIT License, see LICENSE.