-
Install Deno.
-
Clone the repository or Click "Use this template".
or
git clone https://github.com/Hashory/template-simple-browser-extension-with-deno.git
-
Cache the type files required for development.
deno cache deno.json
-
Generate the extension files in the
/dist
directory.bundle.ts
will be executed. Some permissions may be required.deno task bundle
-
Format the code.
deno fmt