Socket
Book a DemoInstallSign in
Socket

@rediagram/cli

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rediagram/cli

CLI for rediagram.

latest
Source
npmnpm
Version
0.1.6
Version published
Maintainers
1
Created
Source

npm version License: MIT code style: prettier PRs Welcome

@rediagram/cli

CLI for rediagram.

Usage

rediagramc

This command will generate images at once by pattern matching **/*.rediagram.tsx.

$ rediagramc

You can also specify the pattern yourself.

$ rediagramc "**/*.graph.tsx"

Help

$ 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 command

Installation

The plugin can then be installed using npm:

# yarn
yarn add -D @rediagram/cli
# or npm
npm install --save-dev @rediagram/cli

Requirement

This project requires Graphviz. If you don't have it installed, install it here.

License

This software is released under the MIT License, see LICENSE.

FAQs

Package last updated on 27 Jan 2023

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