Skip to main content
Deno 2 is finally here 🎉️
Learn more

Latest version

dotjs

dotjs is a deno cli tool to render graphviz dot-file format

built on https://github.com/hpcc-systems/hpcc-js-wasm

usage

to see help:

deno run --allow-net --allow-read --allow-write 'https://deno.land/x/dotjs/cli.ts' --help

example:

deno run --allow-net --allow-read --allow-write 'https://deno.land/x/dotjs/cli.ts' README.md

install

Requires deno

deno install -n dotjs --allow-read --allow-write https://deno.land/x/dotjs@v0.0.1/cli.ts

license

Copyright 2023 denobytes.
See LICENCE file to get more infomation.