Skip to content

Files

Latest commit

 

History

History
39 lines (24 loc) · 742 Bytes

File metadata and controls

39 lines (24 loc) · 742 Bytes

Template Simple Browser Extension with Deno

Development Setup

  1. Install Deno.

  2. Clone the repository or Click "Use this template".

    Use this template button image

    or

    git clone https://github.com/Hashory/template-simple-browser-extension-with-deno.git
  3. Cache the type files required for development.

    deno cache deno.json
  4. Generate the extension files in the /dist directory.

    bundle.ts will be executed. Some permissions may be required.

    deno task bundle
  5. Format the code.

    deno fmt

License

CC0-1.0 license