reactjs / react-autocomplete

WAI-ARIA compliant React autocomplete (combobox) component
MIT License
2.17k stars 532 forks source link

API documentation #197

Closed CMTegner closed 7 years ago

CMTegner commented 7 years ago

This change introduces a generated README.md which is built using README-template.md and scripts from bin/. At the moment the scripts only generate the API documentation and dumps it into the $API_DOC placeholder found in the template. The documentation is generated by using react-docgen to extract comments from the source code.

The README is generated by running npm run generate-readme. This can either be done in the PR which introduces a change, or just before publishing (as described in "Publishing / Releasing").

@sprjr: Mind giving it a once-over before I merge this?