Skip to main content

Reader

🧪 Experimental 🦕 Deno 🧵 Markdown


Disclaimer – This tool was written primarily for the purposes of our documentation pages. For this reason, and because it is still in the experimental stage, we would not recommend using it for other projects at this time. Interfaces, configurations, and file structures may change as we work on them without a major version bump.


Download and install

Install the latest version of Deno and run the following command to use this tool on your system:

deno install -A --unstable --name reader https://deno.land/x/reader/lib/index.ts

To update a previously installed version, you can run:

deno install -A --unstable --reload -f --name reader https://deno.land/x/reader/lib/index.ts