UNPKG

bun-plugin-screeps

Version:

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

5 lines (4 loc) 206 B
export { screepsPlugin } from "./plugin"; export { readConfig, collectCode, uploadCode } from "./helpers"; /* Re-export CLI’s main function for programmatic use */ export { uploadFromDist } from "./cli";