Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luqmanoop/bun-chrome-extension
Develop chrome extension with Bun 🐰 & React
https://github.com/luqmanoop/bun-chrome-extension
bun chrome-extension chrome-extensions typescript
Last synced: 13 days ago
JSON representation
Develop chrome extension with Bun 🐰 & React
- Host: GitHub
- URL: https://github.com/luqmanoop/bun-chrome-extension
- Owner: luqmanoop
- License: mit
- Created: 2024-05-21T07:34:04.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T17:05:15.000Z (3 months ago)
- Last Synced: 2024-10-04T21:09:45.636Z (about 1 month ago)
- Topics: bun, chrome-extension, chrome-extensions, typescript
- Language: TypeScript
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# bun-chrome-extension
> Develop chrome extension with full TypeScript support using [Bun](https://bun.sh) 🐰 & [React](https://react.dev/)
Bun chrome extension is a starter template for developing chrome-extensions using modern frontend tooling.
## What's inside?
- [x] First-class TypeScript support
- [x] Background & content scripts
- [x] Popup & Options page built with React
- [x] Lint & format with [BiomeJS](https://biomejs.dev/)
- [x] Latest Manifest v3
- [x] TailwindCSSInstall dependencies:
```bash
bun install
```Run:
```bash
bun run dev
```Build:
```bash
bun run build
```Package extension for publishing
```bash
bun run pack
```## License
This project is licensed under the [MIT](/license) License.