https://github.com/wxt-dev/queue
WIP: API to enable true CI/CD for web extensions, queuing up releases that are waiting for review in stores.
https://github.com/wxt-dev/queue
bun chrome-web-store graphql
Last synced: 2 months ago
JSON representation
WIP: API to enable true CI/CD for web extensions, queuing up releases that are waiting for review in stores.
- Host: GitHub
- URL: https://github.com/wxt-dev/queue
- Owner: wxt-dev
- Created: 2023-10-31T16:01:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-27T03:29:23.000Z (over 1 year ago)
- Last Synced: 2025-04-06T07:40:07.054Z (about 1 year ago)
- Topics: bun, chrome-web-store, graphql
- Language: TypeScript
- Homepage: https://queue.wxt.dev/playground
- Size: 327 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# wxt-queue
To install dependencies:
```bash
bun install
```
Start the server in dev mode:
```bash
bun dev
```
Open the link in the console to view the Open API docs.
> GraphQL types are generated based on the schema. This happens when running `bun dev`.