wxt 0.0.1

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/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2023 Aaron
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,39 @@
1
+ <h1 align="center">WXT</h1>
2
+
3
+ <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
+
5
+ ![Example CLI Output](./.github/assets/cli-output.png)
6
+
7
+ > **Warning**
8
+ >
9
+ > WXT is not ready for use yet. Production builds work, but dev mode is incomplete.
10
+ >
11
+ > See the [Initial Release Candidate](https://github.com/aklinker1/wxt/milestone/1) milestone for more details.
12
+
13
+ ## Features
14
+
15
+ - 🌐 Supports all browsers
16
+ - ✅ Supports both MV2 and MV3
17
+ - 📂 Directory based entrypoints
18
+ - 🚔 TypeScript
19
+ - 🦾 Auto-imports
20
+ - ⚡ Dev mode with HMR
21
+ - ⬇️ Download and bundle remote URL imports
22
+ - 🎨 Frontend framework agnostic: works with Vue, React, Svelte, etc
23
+
24
+ ### Todo
25
+
26
+ - 🤖 Automated publishing
27
+ - 🖍️ Quickly bootstrap a new project
28
+ - 📏 Bundle analysis
29
+ - ⚡ Dev mode with HMR and **_auto-reload_**
30
+
31
+ ## Get Started
32
+
33
+ Checkout the [installation guide](https://wxtjs.dev/get-started) to get started with WXT.
34
+
35
+ ## Contributors
36
+
37
+ <a href="https://github.com/aklinker1/wxt/graphs/contributors">
38
+ <img src="https://contrib.rocks/image?repo=aklinker1/wxt" />
39
+ </a>