Quick Start
Get started quickly
Install promptmd globally:
npm install -g promptmd-cliWrite your prompt in a markdown file:
Hello thereRun a promptmd workflow using the CLI
promd greetingsYou need opencode installed and configured for this example to work. For more information see backends.
Pass variables from the CLI:
Check the weather in {{city}}.promd weather --city Berlin