@tokenspace/compiler
v0.3.0
Published
Compile a Tokenspace workspace into revision filesystem, bundle, and metadata artifacts.
Readme
@tokenspace/compiler
Compile a Tokenspace workspace into revision filesystem, bundle, and metadata artifacts.
Install
bun add -d @tokenspace/compilerCLI
tokenspace-compiler build --workspace . --out-dir build/tokenspaceAPI
import { buildWorkspace } from "@tokenspace/compiler";
const result = await buildWorkspace({
workspaceDir: ".",
outDir: "build/tokenspace",
});Bun
The compiler and CLI are intended for Bun-based workflows.
