Repository
Current version released
6 years ago
Versions
ddoc
Offline / Local deno documentation
β οΈ This project is work in progress. Expect breaking changes.
installation
$ deno install -A -f --unstable https://deno.land/x/ddoc@0.0.2/ddoc.tsusage
Local files
$ ddoc oak/mod.tsRemote 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/ddocStatically build the denosaurs/doc_website using the build script:
$ deno run -A scripts/build.tsAnd then you can run it:
$ deno run -A --unstable ddoc.tsother
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.