Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UsefulSoftwareCo/executor
/ release.ts
File
release.ts
apps/cli/src/release.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ existsSync } from
"node:fs"
;
2
import
{ mkdir, readdir, readFile, rename, rm } from
"node:fs/promises"
;
3
import
{ dirname, join, resolve } from
"node:path"
;
4
import
{ fileURLToPath } from
"node:url"
;
Callers
nothing calls this directly
Calls
2
main
Function · 0.70
resolve
Function · 0.50
Tested by
no test coverage detected