propdown
v1.0.0
Published
> Recursively finds all JSX files in the target directory and parses them to markdown using [react-docgen](https://github.com/reactjs/react-docgen) and [react-docgen-markdown-renderer](https://github.com/OriR/react-docgen-markdown-renderer)
Downloads
9
Readme
Propdown
Recursively finds all JSX files in the target directory and parses them to markdown using react-docgen and react-docgen-markdown-renderer
Install
npm i -D propdownUse
Run with node:
node node_modules/propdown/lib/index.jsOptions
src
Specify the source directory to recursively search for .jsx files
node node_modules/propdown/lib/index.js --src=my/source/folderout
Specify the target directory to put processed markdown files
node node_modules/propdown/lib/index.js --out=my/docs/folderverbose
Specify to log more verbosely when running
node node_modules/propdown/lib/index.js --verboseChangelog
See Changelog
