Socket
Book a DemoInstallSign in
Socket

docugen

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docugen

Opionated blazing-fast documentation generator

latest
Source
npmnpm
Version
0.0.0
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

docugen 📚

An opinionated turbo-fast documentation generator ⚡️

Motivation 🏃

Why docugen was created can be summarized in few short bullet points

  • available documentation tools take too long to compile
  • they use outdated module principles which can be trouble-some for modern apps
  • the output format sucks
  • you need to study in-depth a documentation of a documentation tool to even get remotely close to desired result

docugen aims to address all of these painpoints.

  • built on top of bun (zig) APIs, it's blazing fast 🔥
  • scans through file-system for modules, without need for any TS/JS compilation 🧠
  • built-in astro starlight integration for awesome format, with search and navigation included 🎨
  • works with 0 config with sensible defaults, but still fully customizable with cli commands and docugen.json configuration! 👽

Installation & Usage ℹ️

You can use docugen as a one of script:

bunx docugen

or install it as a devDependency

bun add -D docugen
bun run docugen

Keywords

docugen

FAQs

Package last updated on 24 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts