wxt 0.4.0 → 0.5.0

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,10 +1,37 @@
1
- <h1 align="center">WXT</h1>
1
+ <h1 align="center">
2
+ <img style="vertical-align:middle" width="44" src="./docs/public/hero-logo.svg" alt="WXT Logo">
3
+ <span>WXT</span>
4
+ </h1>
5
+
6
+ <p align="center">
7
+ <span>Next-gen framework for developing web extensions.</span>
8
+ <br/>
9
+ <span>⚡</span>
10
+ <br/>
11
+ <q><i>It's like Nuxt, but for Chrome Extensions</i></q>
12
+ </p>
13
+
14
+ <p align="center">
15
+ <a href="https://wxt.dev" target="_blank">Get Started</a>
16
+ &bull;
17
+ <a href="https://wxt.dev/get-started/installation.html" target="_blank">Installation</a>
18
+ &bull;
19
+ <a href="https://wxt.dev/guide/background.html" target="_blank">Entrypoints</a>
20
+ &bull;
21
+ <a href="https://wxt.dev/config.html" target="_blank">Configuration</a>
22
+ </p>
2
23
 
3
- <p align="center"><img align="center" width="44" src="./docs/public/hero-logo.svg" alt="WXT Logo"></p>
24
+ ![Example CLI Output](./docs/assets/cli-output.png)
4
25
 
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>
26
+ ## Quick Start
6
27
 
7
- ![Example CLI Output](./docs/assets/cli-output.png)
28
+ Bootstrap a new project:
29
+
30
+ ```sh
31
+ pnpx wxt@latest init <project-name>
32
+ ```
33
+
34
+ Or see the [installation guide](https://wxt.dev/get-started/installation.html) to get started with WXT.
8
35
 
9
36
  ## Features
10
37
 
@@ -18,17 +45,13 @@
18
45
  - 🎨 Frontend framework agnostic: works with Vue, React, Svelte, etc
19
46
  - 🖍️ Quickly bootstrap a new project
20
47
 
21
- ### Todo
48
+ ### Coming Soon
22
49
 
23
50
  - 📏 Bundle analysis
24
51
  - 🤖 Automated publishing
25
52
 
26
- ## Get Started
27
-
28
- Checkout the [installation guide](https://wxt.dev/get-started/installation.html) to get started with WXT.
29
-
30
53
  ## Contributors
31
54
 
32
- <a href="https://github.com/aklinker1/wxt/graphs/contributors">
33
- <img src="https://contrib.rocks/image?repo=aklinker1/wxt" />
55
+ <a href="https://github.com/wxt-dev/wxt/graphs/contributors">
56
+ <img src="https://contrib.rocks/image?repo=wxt-dev/wxt" />
34
57
  </a>