electron-docs

JSON →
library 3.0.2 ·javascript
verified Jun 7, 2026

Fetches Electron documentation as raw markdown strings from GitHub or local directories. Version 3.0.2 is the current stable release. It downloads the Electron repo, extracts markdown files from the docs/ folder, and returns an array of objects with slug, filename, and markdown_content. Supports remote branches, version numbers, commit SHAs, or local paths. Used internally by Electron's docs linter. Dependencies include got, gunzip-maybe, tar-fs, and pify.