MCPcopy
hub / github.com/freshframework/fresh / mod.ts

File mod.ts

packages/update/src/mod.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { parseArgs } from "@std/cli/parse-args";
2import * as path from "@std/path";
3import { ensureMinDenoVersion, error } from "./utils.ts";
4import { updateProject } from "./update.ts";

Callers

nothing calls this directly

Calls 3

ensureMinDenoVersionFunction · 0.90
errorFunction · 0.90
updateProjectFunction · 0.90

Tested by

no test coverage detected