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

bmt

deno doc

Tool for bundling bookmarklets in Deno.

Usage

CLI

deno run -A --reload https://deno.land/x/bmt/main.ts ./examples/hello_world/main.ts
Local (for contributors)
deno run -A --reload ./main.ts ./examples/hello_world/main.ts

Contributing

Setup

git clone https://github.com/EthanThatOneKid/bmt.git
cd bmt

Building

deno task generate

Conventions

The usage of deno task fmt and deno task lint is enforced by continuous integration (CI).

The file responsible for enforcing these conventions is .github/workflows/conventions.yaml.

References


Created with 💖 by @EthanThatOneKid