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

x/p5_commander/deps.ts>getReleaseURL

A tool to easily manage and create p5 sketches
Latest
function getReleaseURL
import { getReleaseURL } from "https://deno.land/x/p5_commander@v1.2.1/deps.ts";

Fetches one or many matching release URLs from the selected provider

Parameters

options: { provider: string; user: string; repo: string; part?: string; }

The provider to fetch from. Available options are 'github', 'bitbucket' and any others added via addProviderMethod