Quick Start

Get started quickly

Install promptmd globally:

npm install -g promptmd-cli

Write your prompt in a markdown file:

greetings.md
Hello there

Run a promptmd workflow using the CLI

promd greetings

You need opencode installed and configured for this example to work. For more information see backends.

Pass variables from the CLI:

weather.md
Check the weather in {{city}}.
promd weather --city Berlin