npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "code comments" 的结果(共 10 个)
babel-extract-comments

Uses babel (babylon) to extract JavaScript code comments from a JavaScript string or file.

MIT
esprima-extract-comments

Extract code comments from string or from a glob of files using esprima.

MIT
verb-tag-jscomments

Tag for Verb. Uses js-comments to parse JavaScript code comments and generate API documentation.

template-helper-apidocs

Template helper for automatically generating API docs from code comments. This is based on helper-apidocs, but specifically for applications built-with the Template library.

MIT
espree-extract-comments

Uses espree to extract JavaScript code comments from a string. Returns an array of comment objects, with line, column, index, comment type and comment string.

MIT
helper-apidocs

Template helper for automatically generating API docs from code comments. Should work with any template engine.

MIT
jest-runner-docs

Jest runner for API documentation generation from code comments, supports TypeScript. Very stable and reliable, based on `parse-comments` package

MPL-2.0
parse-code-context

Fast and simple way to parse code context for use with documentation from code comments. Parses context from a single line of JavaScript, for functions, variable declarations, methods, prototype properties, prototype methods etc.

MIT
parse-comments

Parse code comments from JavaScript or any language that uses the same format.

MIT
mdextract

Extracts `/** code comments */` from code files and turns them into markdown docs. Supports JavaScript-style comments (other languages to come).

MIT