MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / build-plugin-marketplace-cdn.mjs

File build-plugin-marketplace-cdn.mjs

apps/kimi-code/scripts/build-plugin-marketplace-cdn.mjs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#!/usr/bin/env node
2import { createWriteStream } from 'node:fs';
3import { cp, mkdir, readdir, readFile, rm, stat, writeFile } from 'node:fs/promises';
4import { basename, dirname, extname, isAbsolute, relative, resolve, sep } from 'node:path';

Callers

nothing calls this directly

Calls 5

parseArgsFunction · 0.85
writeMethod · 0.65
exitMethod · 0.65
resolveFunction · 0.50

Tested by

no test coverage detected