Socket
Book a DemoInstallSign in
Socket

@hexel-studio/codex-docs

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hexel-studio/codex-docs

> đź§  AI-powered documentation generator for your codebase

latest
Source
npmnpm
Version
0.1.2504301758
Version published
Maintainers
1
Created
Source

Codex-Docs

đź§  AI-powered documentation generator for your codebase

Codex-Docs automatically generates comprehensive documentation from your code using AI, saving you time and ensuring docs stay in sync with your project.

✨ Features

  • ⚡ Zero-config setup - Instant documentation with minimal setup
  • đź§  Smart code analysis - Auto-extracts APIs, types, and examples
  • 📝 Markdown generation - Clean, structured documentation files
  • 🔄 CI/CD integration - Keep docs updated with each commit
  • 🎨 Customizable templates - Adapt to your project branding

📦 Installation

npm install @hexel-studio/codex-docs

🚀 Quick Start

# Generate docs in current project
npx codex-docs generate

# Specify output directory
npx codex-docs generate --output ./docs

# Generate only README
npx codex-docs readme

# Watch mode
npx codex-docs watch

⚙️ Configuration

Create a codex-docs.json in your project root:

{
  "project": {
    "name": "Your Project",
    "description": "Project description"
  },
  "output": "./docs",
  "formats": ["markdown", "html"],
  "exclude": ["node_modules/**", "dist/**"]
}

📚 Documentation

For complete documentation, visit our docs site.

đź“„ License

MIT © Hexel Studio

FAQs

Package last updated on 02 May 2025

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