UNPKG

bun-plugin-screeps

Version:

Bun build plugin + CLI to upload JS/WASM bundles to the Screeps API

4 lines (3 loc) 182 B
export { screepsPlugin } from "./plugin"; export { readConfig, collectCode, uploadCode, type CodeList, type ScreepsConfig } from "./helpers"; export { uploadFromDist } from "./cli";