/deno-toolforge

Access to third-party Deno libraries from Toolforge.

Primary LanguageCSSMIT LicenseMIT

some_text

You wanna use a third-party library which is stored on GitHub and Deno.Land in Deno?

Instead of writing:

import { opn } from 'https://raw.githubusercontent.com/hashrock/deno-opn/master/opn.ts'

opn('https://example.com')

You can write:

import { opn } from 'https://deno.toolforge.org/github/hashrock/deno-opn/master/opn.ts'

opn('https://example.com')

MIT