bun-plugin-screeps
v1.0.0
Published
Bun build plugin + CLI to upload JS/WASM bundles to the Screeps API
Maintainers
Readme
bun-plugin-screeps
To install dependencies:
bun installTo run:
bun run index.tsUsage
import { screepsPlugin } from "bun-plugin-screeps/plugin";
await Bun.build({
entrypoints: ["src/index.ts"],
outdir: "dist",
sourcemap: "external",
plugins: [screepsPlugin()],
});This project was created using bun init in bun v1.2.0. Bun is a fast all-in-one JavaScript runtime.
