1.0.0 • Published 8 years ago
propdown v1.0.0
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
1.0.0
8 years ago