get-comments
Extract javascript comments on per character basis. Comment object compatible with `acorn-extract-comments` and Esprima format.
apidocs-cli
Command-line app for generating API docs from code comments. Can be used as API of helper-apidocs package.
acorn-extract-comments
Extract JavaScript code comments from a string, using `acorn`. Optionally returns the AST and first line of code after comment - useful for parsing code context and api docs.