Tools for Deno-Powered Web Extensions jsr.io/@bpev/bext
0

Configure Feed

Select the types of activity you want to include in your feed.

feat: rename bundle to main, for generic cli later

Ben Pevsner (Jun 15, 2022, 11:46 AM -0700) c30caee3 2ca19705

+1 -1
+1 -1
README.md
··· 17 17 Bundler: 18 18 19 19 ```sh 20 - > deno install --name=bext --allow-read --allow-write --allow-run --allow-env https://deno.land/x/bext/bundle.ts 20 + > deno install --name=bext --allow-read --allow-write --allow-run --allow-env https://deno.land/x/bext/main.ts 21 21 22 22 > cd ./my-project 23 23
source/bundle.ts source/main.ts