Docuraptor is an offline alternative to the doc.deno.land service.
It generates and serves HTML documentation for JS/TS modules with the help of Deno's documentation parser.
- Offline documentation
- Usable without browser JavaScript, for example in
w3m
- Dark and Light theme
$ deno install -A https://deno.land/x/[email protected]/docuraptor.ts
The permissions can be restricted.
Read the --help
documentation for more details.
$ deno run https://deno.land/x/[email protected]/docuraptor.ts --help