wxt 0.3.0 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  <h1 align="center">WXT</h1>
2
2
 
3
+ <p align="center"><img align="center" width="44" src="./docs/public/hero-logo.svg" alt="WXT Logo"></p>
4
+
3
5
  <p align="center"><i>Next gen framework for developing web extensions.<br/>Powered by <a href="https://vitejs.dev/" target="_blank">Vite</a>. Inspired by <a href="https://nuxt.com/" target="_blank">Nuxt</a>.</i></p>
4
6
 
5
7
  ![Example CLI Output](./docs/assets/cli-output.png)
@@ -8,16 +10,16 @@
8
10
 
9
11
  - 🌐 Supports all browsers
10
12
  - ✅ Supports both MV2 and MV3
11
- - ⚡ Dev mode with HMR & auto-reload
13
+ - ⚡ Dev mode with HMR & fast reload
12
14
  - 📂 File based entrypoints
13
15
  - 🚔 TypeScript
14
16
  - 🦾 Auto-imports
15
17
  - ⬇️ Download and bundle remote URL imports
16
18
  - 🎨 Frontend framework agnostic: works with Vue, React, Svelte, etc
19
+ - 🖍️ Quickly bootstrap a new project
17
20
 
18
21
  ### Todo
19
22
 
20
- - 🖍️ Quickly bootstrap a new project
21
23
  - 📏 Bundle analysis
22
24
  - 🤖 Automated publishing
23
25
 
package/bin/wxt.cjs ADDED
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env node
2
+ require('../dist/cli.cjs');