Gathering detailed insights and metrics for documentation
Gathering detailed insights and metrics for documentation
Gathering detailed insights and metrics for documentation
Gathering detailed insights and metrics for documentation
react-docgen
A library to extract information from React components for documentation generation.
jsdoc
An API documentation generator for JavaScript.
typedoc
Create api documentation for TypeScript projects.
@microsoft/api-extractor
Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups
:book: documentation for modern JavaScript documentation for modern JavaScript
npm install documentation
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (95.88%)
CSS (4.01%)
Vue (0.09%)
Shell (0.02%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
5,791 Stars
1,373 Commits
488 Forks
55 Watchers
17 Branches
134 Contributors
Updated on Jul 09, 2025
Latest Version
14.0.3
Package Id
documentation@14.0.3
Unpacked Size
1.79 MB
Size
1.25 MB
File Count
108
NPM Version
9.8.1
Node Version
18.18.0
Published on
Jan 30, 2024
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
37
14
2
The documentation system for modern JavaScript
:date: Current maintenance status
Globally install documentation
using the npm package manager:
1$ npm install -g documentation
This installs a command called documentation
in your path, that you can
point at JSDoc-annotated source code to generate
human-readable documentation. First, run documentation
with the --help
option for help:
1Usage: 2 3# generate markdown docs for index.js and files it references 4documentation build index.js -f md 5 6# generate html docs for all files in src, and include links to source files in github 7documentation build src/** -f html --github -o docs 8 9# document index.js, ignoring any files it requires or imports 10documentation build index.js -f md --shallow 11 12# validate JSDoc syntax in util.js 13documentation lint util.js 14 15# update the API section of README.md with docs from index.js 16documentation readme index.js --section=API 17 18# build docs for all values exported by index.js 19documentation build --document-exported index.js 20 21# build html docs for a TypeScript project 22documentation build index.ts --parse-extension ts -f html -o docs 23 24Commands: 25 build [input..] build documentation 26 lint [input..] check for common style and uniformity mistakes 27 readme [input..] inject documentation into your README.md 28 29Options: 30 --version Show version number [boolean] 31 --help Show help [boolean]
We have plenty of issues that we'd love help with.
JSDoc
support, including typedefs.documentation is an OPEN Open Source Project. This means that:
Individuals making significant and valuable contributions are given commit-access to the project to contribute as they see fit. This project is more like an open wiki than a standard guarded open source project.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 13/18 approved changesets -- score normalized to 7
Reason
SAST tool detected but not run on all commits
Details
Reason
3 existing vulnerabilities detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 1
Details
Reason
1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
security policy file not detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More