From 7d25110a6e73d24f3aa4e1635136b85bf997ddea Mon Sep 17 00:00:00 2001 From: Aaron Date: Thu, 5 Jun 2025 00:18:43 -0500 Subject: [PATCH] chore: Remove automd --- packages/wxt/README.md | 62 +++++++++++-------------------------- scripts/generate-readmes.sh | 3 +- 2 files changed, 19 insertions(+), 46 deletions(-) diff --git a/packages/wxt/README.md b/packages/wxt/README.md index 0efcb1d8..60a14259 100644 --- a/packages/wxt/README.md +++ b/packages/wxt/README.md @@ -1,51 +1,33 @@ -

- WXT Logo - WXT -

+
-

- npm version - - downloads - - license | MIT - - coverage -

+# WXT Logo WXT -

- Next-gen framework for developing web extensions. -
- -
- It's like Nuxt, but for Web Extensions -

+[![npm version](https://img.shields.io/npm/v/wxt?labelColor=black&color=%234fa048)](https://www.npmjs.com/package/wxt) +[![downloads](https://img.shields.io/npm/dm/wxt?labelColor=black&color=%234fa048)](https://www.npmjs.com/package/wxt) +[![license | MIT](https://img.shields.io/npm/l/wxt?labelColor=black&color=%234fa048)](https://github.com/wxt-dev/wxt/blob/main/LICENSE) +[![coverage](https://img.shields.io/codecov/c/github/wxt-dev/wxt?labelColor=black&color=%234fa048)](https://codecov.io/github/wxt-dev/wxt) -

- Get Started - • - Configuration - • - Examples - • - Changelog - • - Discord -

+Next-gen framework for developing web extensions.

It's like Nuxt, but for Web Extensions + +[Get Started](https://wxt.dev/guide/installation.html) • +[Configuration](https://wxt.dev/api/config.html) • +[Examples](https://wxt.dev/examples.html) • +[Changelog](https://github.com/wxt-dev/wxt/blob/main/packages/wxt/CHANGELOG.md) • +[Discord](https://discord.gg/ZFsZqGery9) + +
![Example CLI Output](https://raw.githubusercontent.com/wxt-dev/wxt/HEAD/docs/assets/cli-output.png) ## Demo -https://github.com/wxt-dev/wxt/assets/10101283/4d678939-1bdb-495c-9c36-3aa281d84c94 + ## Quick Start Bootstrap a new project: - - ```sh # npm npx wxt@latest init @@ -57,8 +39,6 @@ pnpm dlx wxt@latest init bunx wxt@latest init ``` - - Or see the [installation guide](https://wxt.dev/guide/installation.html) to get started with WXT. ## Features @@ -80,17 +60,11 @@ Or see the [installation guide](https://wxt.dev/guide/installation.html) to get WXT is a [MIT-licensed](https://github.com/wxt-dev/wxt/blob/main/LICENSE) open source project with its ongoing development made possible entirely by the support of these awesome backers. If you'd like to join them, please consider [sponsoring WXT's development](https://github.com/sponsors/wxt-dev). -WXT Sponsors +[![WXT Sponsors](https://raw.githubusercontent.com/wxt-dev/static/refs/heads/main/sponsorkit/sponsors.svg)](https://github.com/sponsors/wxt-dev) ## Contributors - - Published under the [MIT](https://github.com/wxt-dev/wxt/blob/main/LICENSE) license. Made by [@aklinker1](https://github.com/aklinker1) and [community](https://github.com/wxt-dev/wxt/graphs/contributors) 💛 -

- - - - +[![WXT contributors](https://contrib.rocks/image?repo=wxt-dev/wxt)](https://github.com/wxt-dev/wxt/graphs/contributors) diff --git a/scripts/generate-readmes.sh b/scripts/generate-readmes.sh index fc8b4f1e..081d2b0a 100755 --- a/scripts/generate-readmes.sh +++ b/scripts/generate-readmes.sh @@ -1,9 +1,8 @@ #!/bin/bash # -# Generate code in README.md and sync it with wxt/packages/README.md for NPM +# Sync wxt/packages/README.md with README.md for NPM # -pnpm dlx automd echo "" > packages/wxt/README.md cat README.md >> packages/wxt/README.md