Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: drop CLI tools in favour of focused examples#11

Merged
xcapaldi merged 1 commit into
mainfrom
claude/cli-to-examples-Xisa5
Mar 16, 2026
Merged

feat: drop CLI tools in favour of focused examples#11
xcapaldi merged 1 commit into
mainfrom
claude/cli-to-examples-Xisa5

Conversation

@xcapaldi
Copy link
Copy Markdown
Owner

@xcapaldi xcapaldi commented Mar 15, 2026

Replace cmd/recipemd and cmd/recipemd-find with a set of simple,
self-contained examples in examples/ that demonstrate library usage:

  • examples/parse/ – parse a .md file, output compact JSON (pipe to jq)
  • examples/scale/ – scale a recipe by factor or yield, output markdown
  • examples/flatten/ – inline linked recipes, output markdown

Also have some minimal tests for the examples to ensure future changes
don't break the examples.

@xcapaldi xcapaldi force-pushed the claude/cli-to-examples-Xisa5 branch from 6f0703b to 19ef46a Compare March 15, 2026 21:16
Replace cmd/recipemd and cmd/recipemd-find with a set of simple,
self-contained examples in examples/ that demonstrate library usage:

- examples/parse/    – parse a .md file, output compact JSON (pipe to jq)
- examples/scale/    – scale a recipe by factor or yield, output markdown
- examples/flatten/  – inline linked recipes, output markdown

Also have some minimal tests for the examples to ensure future changes
don't break the examples.
@xcapaldi xcapaldi force-pushed the claude/cli-to-examples-Xisa5 branch from 19ef46a to 5b2075a Compare March 16, 2026 01:58
@xcapaldi xcapaldi changed the title Refactor parser API and add comprehensive test coverage feat: drop CLI tools in favour of focused examples Mar 16, 2026
@xcapaldi xcapaldi merged commit 27482f4 into main Mar 16, 2026
@xcapaldi xcapaldi deleted the claude/cli-to-examples-Xisa5 branch March 17, 2026 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants