Tool for bundling bookmarklets in Deno.
deno run -A --reload https://deno.land/x/bmt/main.ts ./examples/hello_world/main.tsLocal (for contributors)
deno run -A --reload ./main.ts ./examples/hello_world/main.tsgit clone https://github.com/EthanThatOneKid/bmt.git
cd bmtdeno task generateThe 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.
Created with 💖 by @EthanThatOneKid