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

https://github.com/manolo/gemini-polyserve

A `gemini` plugin that starts `polyserve` before running tests.
https://github.com/manolo/gemini-polyserve

Last synced: 6 months ago
JSON representation

A `gemini` plugin that starts `polyserve` before running tests.

Awesome Lists containing this project

README

          

# gemini-polyserve

This is a `gemini` plugin that starts `polyserve` before running tests.

## Installation
`npm install gemini-polyserve`

## Configuration

```yml
system:
plugins:
polyserve:
port: 1967
```