Skip to content

doctave.com

A batteries-included developer documentation site generator

Package Information

  • Domain: doctave.com
  • Name: doctave.com
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install doctave

Programs

This package provides the following executable programs:

  • doctave

Aliases

This package can also be accessed using these aliases:

  • doctave

Available Versions

Show all 1 versions
  • 0.4.2

Latest Version: 0.4.2

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +doctave.com@0.4.2 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.doctavecom

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.