1.0.11 • Published 11 months ago

@mermaider/cli v1.0.11

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

Mermaider CLI

Installation

npm install -g @mermaider/cli
# or
yarn global add @mermaider/cli
# or
pnpm add -g @mermaider/cli

Usage

Note: You will need an ANTHROPIC_API_KEY environment variable set to use the CLI.

mermaider parse ./path/to/file.ts

This will generate a .mmd file and a .svg file in the same directory as the file.

If you want to pass your API key to the CLI for a single run you can run the command like so:

ANTHROPIC_API_KEY=your-api-key mermaider parse ./path/to/file.ts

Contributing

Please see the contributing guide for more information.

License

MIT

1.0.11

11 months ago

1.0.10

11 months ago

1.0.9

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago