Attributes
Includes Deno configuration
Repository
Current version released
3 years ago
Versions
bmt
Tool for bundling bookmarklets in Deno.
Usage
CLI
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.tsContributing
Setup
git clone https://github.com/EthanThatOneKid/bmt.git
cd bmtBuilding
deno task generateConventions
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