1.0.11 • Published 1 year ago

@mermaider/cli v1.0.11

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago