This tiny tool uses react-docgen to generate markdown tables of the props of a React component.
npm i -g @rianbotha/react-props-md-table
Run the following command in the terminal to replace the props table in readme.md in the same directory.
props-table path/to/SomeComponent.js
The props table in the file needs to be wrapped between <!-- props-table-start --> and <!-- props-table-end --> for the replacement to work.
--to-consolewill write the props table to the terminal instead of the file.--forcewill write the props table at the end of the readme if no table wrapped by comments is found. The readme.md will be created if it doesn't exist.--helpor-hdisplay usage options--versionor-vdisplay version information