SkillAgentSearch skills...

Pax.deno.dev

Access the modules on GitHub via Deno Deploy🦕

Install / Use

/learn @kawarimidoll/Pax.deno.dev
About this skill

Quality Score

0/100

Category

Operations

Supported Platforms

Universal

README

pax.deno.dev

ci deno.land LICENSE

Access the modules on GitHub via Deno Deploy <img src="https://cdn.jsdelivr.net/gh/twitter/twemoji@14.0.2/assets/72x72/1f995.png" alt="sauropods" style="height: 1em;width: 1em;margin: 0 0.05em 0 0.1em;vertical-align: -0.1em;">

"pax" represents "packs" <img src="https://cdn.jsdelivr.net/gh/twitter/twemoji@14.0.2/assets/72x72/1f4e6.png" alt="packs" style="height: 1em;width: 1em;margin: 0 0.05em 0 0.1em;vertical-align: -0.1em;">

Usage <img src="https://cdn.jsdelivr.net/gh/twitter/twemoji@14.0.2/assets/72x72/2699.png" alt="gear" style="height: 1em;width: 1em;margin: 0 0.05em 0 0.1em;vertical-align: -0.1em;">

https://pax.deno.dev/<owner>/<repo>[@branch_or_tag]/[path/to/file] redirects to https://raw.githubusercontent.com/<owner>/<repo>/[branch_or_tag]/[path/to/file].

  • owner and repo are required.
  • @branch_or_tag and path/to/file are optional.
    • If @branch_or_tag is skipped, use master implicitly. This works well even if your default branch is main.
    • If path/to/file is skipped, use mod.ts implicitly.

Bookmarklet

Use this bookmarklet in the GitHub repository page to copy URL to pax.deno.dev.

javascript:((d)=>((c,b,l)=>{c.textContent=(([,r="",,,t,f=""])=>`https://pax.deno.dev/${r}${t?"@"+t:""}${f}`)((l.origin+l.pathname).match(/^https:\/\/github\.com\/([^\/]+\/[^\/]+)(\/(tree|blob)\/([^\/]+))?(\/.*)?/)||[]);b.appendChild(c);c.select();d.execCommand("copy");b.removeChild(c);})(d.createElement("textArea"),d.body,location))(document)

Example <img src="https://cdn.jsdelivr.net/gh/twitter/twemoji@14.0.2/assets/72x72/1f680.png" alt="rocket" style="height: 1em;width: 1em;margin: 0 0.05em 0 0.1em;vertical-align: -0.1em;">

mod.ts on the latest default branch

import { func } from "https://pax.deno.dev/owner/repo";

# same as:
# import { func } from "https://raw.githubusercontent.com/owner/repo/master/mod.ts";

The specific file on the latest default branch

import { func } from "https://pax.deno.dev/owner/repo/path/to/file.ts";

# same as:
# import { func } from "https://raw.githubusercontent.com/owner/repo/master/path/to/file.ts";

mod.ts on the specific branch or tag

import { func } from "https://pax.deno.dev/owner/repo@tag";

# same as:
# import { func } from "https://raw.githubusercontent.com/owner/repo/tag/mod.ts";

The specific file on the specific branch or tag

import { func } from "https://pax.deno.dev/owner/repo@tag/path/to/file.ts";

# same as:
# import { func } from "https://raw.githubusercontent.com/owner/repo/tag/path/to/file.ts";

Link to doc.deno.land

With the parameter d, the link to doc.deno.land is generated. The main part of URL should follow the syntax above.

https://pax.deno.dev/owner/repo?d

# same as:
# https://doc.deno.land/https/raw.githubusercontent.com/owner/repo/master/mod.ts

Display PDF in browser

With the parameter b (mnemonic 'browser'), a pdf will be displayed in browser instead of being downloaded. This flag does not affect other file types. The main part of URL should follow the syntax above.

https://pax.deno.dev/owner/repo/somefile.pdf?b

Prior arts <img src="https://cdn.jsdelivr.net/gh/twitter/twemoji@14.0.2/assets/72x72/1f3a8.png" alt="art" style="height: 1em;width: 1em;margin: 0 0.05em 0 0.1em;vertical-align: -0.1em;">

  • This project is heavily inspired by Deno PKG.

Related Skills

View on GitHub
GitHub Stars23
CategoryOperations
Updated26d ago
Forks2

Languages

TypeScript

Security Score

95/100

Audited on Mar 9, 2026

No findings