Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
Enables self-upgrading of a Cliffy CLI which is distributed through GitHub Releases
This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers
JSR Score
100%
Published
4 months ago (0.3.2)
// cliffy export { Provider, UpgradeCommand } from "jsr:/@cliffy/command@1.0.0-rc.4/upgrade"; export type { GithubProviderOptions, GithubVersions, UpgradeOptions, } from "jsr:/@cliffy/command@1.0.0-rc.4/upgrade"; export { colors } from "jsr:/@cliffy/ansi@^1.0.0-rc.5/colors"; // node builtins export { homedir } from "node:os"; // std export { Spinner } from "jsr:/@std/cli@^0.221.0/spinner"; export { type SpinnerOptions } from "jsr:/@std/cli@^0.221.0/spinner"; import { compare } from "jsr:/@std/semver@^0.221.0/compare"; import { tryParse } from "jsr:@std/semver@^0.221.0"; export const semver = { compare, tryParse, }; export { ensureDirSync, walkSync } from "jsr:@std/fs@^0.221.0"; // github export { Octokit } from "npm:octokit@^3.1.2"; export type { Endpoints as OctokitEndpoints } from "npm:@octokit/types@^13.4.1"; // homegrown export { inflateResponse } from "jsr:@polyseam/inflate-response@^1.1.2";