1+ <!-- DO NOT EDIT, THIS FILE WAS GENERATED BY '../../scripts/generate-readmes.sh' -->
12<h1 align =" center " >
2- <img style = " vertical-align : middle " width =" 44 " src =" https://raw.githubusercontent.com/wxt-dev/wxt/HEAD/docs/public/hero-logo.svg " alt =" WXT Logo " >
3+ <img align = " top " width =" 44 " src =" https://raw.githubusercontent.com/wxt-dev/wxt/HEAD/docs/public/hero-logo.svg " alt =" WXT Logo " >
34 <span >WXT</span >
45</h1 >
56
67<p align =" center " >
7- <a href =" https://www.npmjs.com/package/wxt " target =" _blank " ><img alt =" npm " src =" https://img.shields.io/npm/v/wxt?labelColor=black&color=%234fa048 " ></a >
8+ <a href =" https://www.npmjs.com/package/wxt " target =" _blank " ><img alt =" npm version " src =" https://img.shields.io/npm/v/wxt?labelColor=black&color=%234fa048 " ></a >
89 <span > </span >
9- <a href =" https://www.npmjs.com/package/wxt " target =" _blank " ><img alt =" npm " src =" https://img.shields.io/npm/dm/wxt?labelColor=black&color=%234fa048 " ></a >
10+ <a href =" https://www.npmjs.com/package/wxt " target =" _blank " ><img alt =" downloads " src =" https://img.shields.io/npm/dm/wxt?labelColor=black&color=%234fa048 " ></a >
1011 <span > </span >
11- <a href =" https://github.com/wxt-dev/wxt/blob/main/LICENSE " target =" _blank " ><img alt =" NPM " src =" https://img.shields.io/npm/l/wxt?labelColor=black&color=%234fa048 " ></a >
12+ <a href =" https://github.com/wxt-dev/wxt/blob/main/LICENSE " target =" _blank " ><img alt =" license | MIT " src =" https://img.shields.io/npm/l/wxt?labelColor=black&color=%234fa048 " ></a >
1213 <span > </span >
13- <a href =" https://codecov.io/github/wxt-dev/wxt " target =" _blank " ><img alt =" Codecov " src =" https://img.shields.io/codecov/c/github/wxt-dev/wxt?labelColor=black&color=%234fa048 " ></a >
14+ <a href =" https://codecov.io/github/wxt-dev/wxt " target =" _blank " ><img alt =" coverage " src =" https://img.shields.io/codecov/c/github/wxt-dev/wxt?labelColor=black&color=%234fa048 " ></a >
1415</p >
1516
1617<p align =" center " >
1718 <span >Next-gen framework for developing web extensions.</span >
1819 <br />
1920 <span >⚡</span >
2021 <br />
21- <q ><i >It's like Nuxt, but for Chrome Extensions</i ></q >
22+ <q ><i >It's like Nuxt, but for Web Extensions</i ></q >
2223</p >
2324
2425<p align =" center " >
@@ -43,10 +44,21 @@ https://github.com/wxt-dev/wxt/assets/10101283/4d678939-1bdb-495c-9c36-3aa281d84
4344
4445Bootstrap a new project:
4546
47+ <!-- automd:pm-x version="latest" name="wxt" args="init" -->
48+
4649``` sh
47- pnpm dlx wxt@latest init < project-name>
50+ # npm
51+ npx wxt@latest init
52+
53+ # pnpm
54+ pnpm dlx wxt@latest init
55+
56+ # bun
57+ bunx wxt@latest init
4858```
4959
60+ <!-- /automd -->
61+
5062Or see the [ installation guide] ( https://wxt.dev/guide/installation.html ) to get started with WXT.
5163
5264## Features
@@ -66,6 +78,13 @@ Or see the [installation guide](https://wxt.dev/guide/installation.html) to get
6678
6779## Contributors
6880
81+ <!-- automd:contributors author="aklinker1" license="MIT" github="wxt-dev/wxt" -->
82+
83+ Published under the [ MIT] ( https://github.com/wxt-dev/wxt/blob/main/LICENSE ) license.
84+ Made by [ @aklinker1 ] ( https://github.com/aklinker1 ) and [ community] ( https://github.com/wxt-dev/wxt/graphs/contributors ) 💛
85+ <br ><br >
6986<a href =" https://github.com/wxt-dev/wxt/graphs/contributors " >
70- <img src =" https://contrib.rocks/image?repo=wxt-dev/wxt " />
87+ <img src =" https://contrib.rocks/image?repo=wxt-dev/wxt " />
7188</a >
89+
90+ <!-- /automd -->
0 commit comments