1.0.11 • Published 2 years ago

@mermaider/cli v1.0.11

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago