local-convert
v0.1.0
Published
Fast local CLI conversion tool with graph-based anything-to-anything routing
Downloads
122
Maintainers
Readme
convert
Fast local CLI conversion tool with graph-based anything-to-anything routing.
Quick start
bun install
bun run convert formatsCommands
bun run convert <input> <output>
bun run convert route <input> --to <format>
bun run convert formats
bun run convert handlers
bun run convert doctorUseful flags
--from <format>
--to <format>
--output <path>
--force
--strict
--show-route
--json
--verbose
--keep-temp
--max-steps <n>
--max-candidates <n>Build
bun run buildCompiled binary is written to dist/convert.
Project structure
src/cli: command parsing and command entrypointssrc/formats: format registry and detectionsrc/handlers: native and bridge handlerssrc/planner: weighted route graph and searchsrc/executor: workspace and route executionsrc/bundle: bundled binary resolutionsrc/diagnostics: doctor checks
