Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`.