Skip to main content
Deno 2 is finally here 🎉️
Learn more

beako-cli

Build tools

Install

deno install -fA https://deno.land/x/beako-cli/beako.ts

Usage

Output a single file.

beako build mod.ts -o script.js

Output splitted files.

beako build script.ts --outdir=public