A Node.js transpiler that converts JavaScript objects into Markdown for generating dynamic style guides. Current stable version 1.0.1, low release cadence. It traverses the ./src folder, ignoring node_modules, and generates README.md files organized by folder. Key differentiator: simple configuration via JavaScript objects rather than complex templates, but minimal flexibility and no active maintenance.
npm install js-to-mdNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates converting a JavaScript object to a Markdown style guide file.
Place your .js source files in ./src directory.
Name your source file as 'foldername.js' (without README) to control output path.
Always test against your existing configs.
Run 'npm install --save js-to-md' in your project directory.
Create a .js file in the ./src directory with the expected name (e.g., ./src/myguide.js).
No dependency data recorded yet.