From b33b6631a5aa862791ef0b04413e725b2c66fffd Mon Sep 17 00:00:00 2001 From: Aaron Date: Thu, 7 Sep 2023 18:01:20 -0500 Subject: [PATCH] docs: Make README pretty --- README.md | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 70cc234f..7c38e2d1 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,30 @@ -

WXT

+

+ WXT Logo + WXT +

-

WXT Logo

+

-

Next gen framework for developing web extensions.
Powered by Vite. Inspired by Nuxt.

+

Next-gen framework for developing web extensions.

It's like Nuxt, but for Chrome Extensions

![Example CLI Output](./docs/assets/cli-output.png) +

+ GitHub Workflow Status (with event) + Documentation + Examples +

+ +## Quick Start + +Bootstrap a new project: + +```sh +pnpx wxt@latest init +``` + +Or see the [installation guide](https://wxt.dev/get-started/installation.html) to get started with WXT. + ## Features - 🌐 Supports all browsers @@ -23,10 +42,6 @@ - 📏 Bundle analysis - 🤖 Automated publishing -## Get Started - -Checkout the [installation guide](https://wxt.dev/get-started/installation.html) to get started with WXT. - ## Contributors