This repository has been archived by the owner on Jun 2, 2020. It is now read-only.
Generate & include package documentation for JS modules #70
Labels
dif/medium
Prior experience is likely helpful
effort/days
Estimated to take multiple days, but less than a week
topic/design-front-end
Front-end implementation of UX/UI work
topic/infra
Infrastructure
In #68, I noted that we aren’t currently able to generate API docs for JS modules:
@olizilla chimed in to say:
Which sounds great! I’m going to merge #68 without this, but we should track this work here.
Two major items jump out at me that aren’t straightforward:
Keeping the doc comments in the code and the API section of the README will be a pain. We could replace that section with a link or we could generate the README section from the doc comments.
Incorporating/linking/whatever the commands part of the API (e.g.
ipfsInstance.files.write
) in a way that feels good.Let’s start with
js-ipfs
and see how that works, then move on to other packages (js-ipfs-api
next, then other ones that we think are highly relevant).The text was updated successfully, but these errors were encountered: