propdown

1.0.0 • Public • Published

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 propdown

Use

Run with node:

node node_modules/propdown/lib/index.js

Options

src

Specify the source directory to recursively search for .jsx files

node node_modules/propdown/lib/index.js --src=my/source/folder

out

Specify the target directory to put processed markdown files

node node_modules/propdown/lib/index.js --out=my/docs/folder

verbose

Specify to log more verbosely when running

node node_modules/propdown/lib/index.js --verbose

Changelog

See Changelog

Dependents (0)

Package Sidebar

Install

npm i propdown

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • eaardal