react-redux-typescript-boilerplate icon indicating copy to clipboard operation
react-redux-typescript-boilerplate copied to clipboard

Consider adding typedoc to the readme

Open matt-erhart opened this issue 8 years ago • 2 comments

https://github.com/TypeStrong/typedoc

npm install typedoc --global
//cd to project root, i.e. above src
typedoc --out ./ ./docs

Free docs is a pretty killer feature, and it worked on this boilerplate out of the box.

matt-erhart avatar Jun 09 '17 19:06 matt-erhart

I know the typedoc, but I don't think documentation is required for this boilerplate. I want to pass it on to the user.

What's your thought?

rokoroku avatar Jun 10 '17 06:06 rokoroku

Yea, not included in the boilerplate, but listed as easy/compatible add ons? People will probably come to this when they are testing the waters, so stuff like this can tip the scales when they are deciding what to use. No problem to leave it out though.

matt-erhart avatar Jun 10 '17 17:06 matt-erhart