SkillAgentSearch skills...

Ddoc

📑 Offline deno documentation in a desktop app, generated locally

Install / Use

/learn @denosaurs/Ddoc
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<br /> <p align="center"> <img src="./.github/.assets/screenshot.png" alt="demo screenshot" width="600"> <h3 align="center">ddoc</h3> <p align="center"> Offline / Local deno documentation </p> </p>

⚠️ This project is work in progress. Expect breaking changes.


installation

$ deno install -A -f --unstable https://deno.land/x/ddoc@0.0.2/ddoc.ts

usage

Local files

$ ddoc oak/mod.ts

Remote files

$ ddoc https://deno.land/x/oak/mod.ts

⚠️ Please note that remote files are cached locally after the first generation.


dev installation

Clone the repository and its only submodule (denosaurs/doc_website):

$ git clone --recurse-submodules https://github.com/denosaurs/ddoc

Statically build the denosaurs/doc_website using the build script:

$ deno run -A scripts/build.ts

And then you can run it:

$ deno run -A --unstable ddoc.ts

other

contributions

Pull request, issues and feedback are very welcome. Code style is formatted with deno fmt and commit messages are done following Conventional Commits spec.

license

Copyright 2020-present, the denosaurs team. All rights reserved. MIT license.

Related Skills

View on GitHub
GitHub Stars19
CategoryDevelopment
Updated2y ago
Forks1

Languages

TypeScript

Security Score

80/100

Audited on Nov 11, 2023

No findings