A CLI tool that transpiles Markdown tables into minified JSON arrays. Current stable version is 0.1.0. Created as an early-stage utility, it has a very specific focus and limited scope. No release cadence established. Key differentiators: minimal output, no dependencies, works as a command-line filter. However, it has no tests, no documentation, and is likely unstable.
npm install mdt2json-cliNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Converts a Markdown table row from stdin into a compact JSON array.
Avoid using in production until stable release.
Use import syntax or dynamic import().
Pipe file contents: cat input.md | npx mdt2json-cli
Use jq or other tools to format output if needed.
Change to import statement or set { "type": "module" } in package.json.Use import { mdt2json } from 'mdt2json-cli' or import mdt2json from 'mdt2json-cli'.No dependency data recorded yet.