Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 7 hours 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-23T18:40:13.000Z (15 days ago)
- Last Synced: 2024-10-24T01:21:03.068Z (14 days ago)
- Topics: bun, chrome-web-store, graphql
- Language: TypeScript
- Homepage: https://queue.wxt.dev/playground
- Size: 61.5 KB
- Stars: 3
- Watchers: 1
- 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 GraphiQL playground.
> GraphQL types are generated based on the schema. This happens when running `bun dev`.