Hacker News new | ask | show | jobs
Show HN: Rollpkg, easily build npm packages with Rollup and TypeScript (github.com)
6 points by rafrex 2021 days ago
1 comments

This comes at the perfect time, I've wasted the last two days getting some TypeScript libraries build configuration to work with Rollup[0][1] ... this seems like the perfect time to de-duplicate with some configuration. Do you plan to also include something like TypeDoc[2][3] for generated documentation, which I'd argue would be pretty much required for libraries?

[0] https://github.com/pojntfx/unisockets

[1] https://github.com/pojntfx/webnetes

[2] http://typedoc.org/

[3] https://pojntfx.github.io/unisockets/

Nice! TypeDoc could definitely be an interesting add. I haven't used it before. Will look into it, thanks for the suggestion.