Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/syrupthinker/docuraptor

Docuraptor is a JS/TS documentation generator and server
https://github.com/syrupthinker/docuraptor

deno documentation documentation-generator javascript typescript

Last synced: 22 days ago
JSON representation

Docuraptor is a JS/TS documentation generator and server

Awesome Lists containing this project

README

        

# Docuraptor

Docuraptor Logo

Docuraptor is an offline alternative to the [doc.deno.land](https://doc.deno.land) service.

It generates and serves HTML documentation for JS/TS modules with the help of [Deno's](https://deno.land) documentation parser.

## Features

- Offline documentation
- Usable without browser JavaScript, for example in `w3m`
- Dark and Light theme

## Installation

`$ deno install -A https://deno.land/x/[email protected]/docuraptor.ts`

The permissions can be restricted.
Read the `--help` documentation for more details.

## Usage

`$ deno run https://deno.land/x/[email protected]/docuraptor.ts --help`

## Examples

![Docuraptor in w3m screencast](./assets/demo.svg)
_Docuraptor with `BROWSER=w3m`_

![Docuraptor documentation screenshot](./assets/screenshot.png)