# @philitician/visualizer

> > This cli is powered by [create-pastel-app](https://github.com/vadimdemedes/create-pastel-app)

Latest version **0.1.0** (published 2023-05-31) · MIT license · 0 weekly downloads

## Install

```sh
npm install @philitician/visualizer
pnpm add @philitician/visualizer
yarn add @philitician/visualizer
bun add @philitician/visualizer
```

Provides the command `visualizer`.

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2023-05-31 |
| First published | 2023-05-31 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM |
| Node | >=16 |
| Dependencies | 5 |
| Unpacked size | 14 KB |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | philitician |

## Links

- npm: https://www.npmjs.com/package/@philitician/visualizer
- Repository: https://github.com/philitician/visualizer
- Homepage: https://github.com/philitician/visualizer/readme.md
- Issues: https://github.com/philitician/visualizer/issues
- npm.io page: https://npm.io/package/@philitician/visualizer

## Dependencies (5)

- [ink](https://npm.io/package/ink.md) ^4.2.0
- [zod](https://npm.io/package/zod.md) ^3.21.4
- [react](https://npm.io/package/react.md) ^18.2.0
- [pastel](https://npm.io/package/pastel.md) ^2.0.1
- [langchain](https://npm.io/package/langchain.md) ^0.0.86

## Recent versions

- 0.1.0 (latest) — 2023-05-31
- 0.0.9 — 2023-05-31
- 0.0.8 — 2023-05-31
- 0.0.7 — 2023-05-31
- 0.0.6 — 2023-05-31
- 0.0.5 — 2023-05-31
- 0.0.4 — 2023-05-31
- 0.0.3 — 2023-05-31
- 0.0.2 — 2023-05-31
- 0.0.1 — 2023-05-31

## README

# visualizer

> This cli is powered by [create-pastel-app](https://github.com/vadimdemedes/create-pastel-app)

## Install

add to your project

```bash
$ npm install @philitician/visualizer
$ yarn add @philitician/visualizer
$ pnpm add @philitician/visualizer
```

or use directly with npx

```bash
$ npx @philitician/visualizer generate
```

make sure to include your OPENAPI_API_KEY in your .env or .env.local file

```bash
# .env.local
OPENAPI_API_KEY=yourkeyhere
```

## CLI

```
$ @philitician/visualizer --help

  Usage
    $ @philitician/visualizer generate [options]

  Options
    --input <input>  Path to the input file (default: ./readme.md)
    --output <output>  Path to the output folder (default: ./output)
    --type <type>  Type of mermaid diagram to generate (default: graph)

  Supported diagram types:
    - graph
    - flowchart
    - sequenceDiagram
    - classDiagram
    - stateDiagram
    - gantt
    - pie
    - er
    - journey

  Examples
    $ npx @philitician/visualizer generate
    $ npx @philitician/visualizer generate --input my-markdown-file.md --output my-output-folder --type flowchart

```

---
_Source: https://npm.io/package/@philitician/visualizer · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
