https://github.com/dcdunkan/ghc.deno.dev
replacer for raw.githubusercontent.com
https://github.com/dcdunkan/ghc.deno.dev
Last synced: about 1 year ago
JSON representation
replacer for raw.githubusercontent.com
- Host: GitHub
- URL: https://github.com/dcdunkan/ghc.deno.dev
- Owner: dcdunkan
- Created: 2022-06-29T15:47:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-20T05:53:20.000Z (almost 4 years ago)
- Last Synced: 2025-03-31T02:22:10.364Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://ghc.deno.dev
- Size: 2.93 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme
Awesome Lists containing this project
README
-- GitHub Content --
Nothing special. No redirects. For Deno.
It's a replacer for https://raw.githubusercontent.com ._.
URL Format:
https://ghc.deno.dev/owner/repository@version-or-branch-or-commit/file/path.ts
Version/branch is optional, if none provided, gets latest tag or default branch if no tags found.
Example URLs:
- Branch: https://ghc.deno.dev/dcdunkan/tgdb@main/src/index.ts
- Tag (version): https://ghc.deno.dev/grammyjs/grammY@v1.9.0/src/mod.ts
- Redirect to latest tag: https://ghc.deno.dev/grammyjs/grammY/src/mod.ts
- Commit hash: https://ghc.deno.dev/tbjgolden/deno-htmlparser2@1f76cdf/htmlparser2/Parser.ts
- Commit ID: https://ghc.deno.dev/tbjgolden/deno-htmlparser2@1f76cdfdb295b667ff83cf8e4559084cbfb4a359/htmlparser2/Parser.ts
- ...or whatever that you can use in a raw.githubusercontent.com link.
Related: https://github.com/dcdunkan/dcdunkan.deno.dev (User edition)