Socket
Book a DemoInstallSign in
Socket

redot-cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redot-cli

CLI to process Graphviz dot files with redot using plugins

latest
Source
npmnpm
Version
0.5.0
Version published
Weekly downloads
27
145.45%
Maintainers
1
Weekly downloads
 
Created
Source

redot-cli

NPM Version Build Status Chat

Installation

npm

npm install redot-cli

Usage

Command-line interface for redot.

Usage

redot example.gv --output

CLI

See unified-args, which provides the interface, for more information on all available options.

Usage: redot [options] [path | glob ...]

  CLI to process graphviz with redot using plugins

Options:

  -h  --help                output usage information
  -v  --version             output version number
  -o  --output [path]       specify output location
  -r  --rc-path <path>      specify configuration file
  -i  --ignore-path <path>  specify ignore file
  -s  --setting <settings>  specify settings
  -e  --ext <extensions>    specify extensions
  -u  --use <plugins>       use plugins
  -w  --watch               watch for changes and reprocess
  -q  --quiet               output only warnings and errors
  -S  --silent              output only errors
  -f  --frail               exit with 1 on warnings
  -t  --tree                specify input and output as syntax tree
      --report <reporter>   specify reporter
      --file-path <path>    specify path to process as
      --tree-in             specify input as syntax tree
      --tree-out            output syntax tree
      --inspect             output formatted syntax tree
      --[no-]stdout         specify writing to stdout (on by default)
      --[no-]color          specify color in report (on by default)
      --[no-]config         search for configuration files (on by default)
      --[no-]ignore         search for ignore files (on by default)

Examples:

  # Process `input.gv`
  $ redot input.gv -o output.gv

  # Pipe
  $ redot < input.gv > output.gv

  # Rewrite all applicable files
  $ redot . -o

Keywords

graphviz

FAQs

Package last updated on 11 Apr 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts