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.
- Host: GitHub
- URL: https://github.com/manolo/gemini-polyserve
- Owner: manolo
- License: apache-2.0
- Created: 2017-02-18T10:35:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-18T10:41:05.000Z (over 9 years ago)
- Last Synced: 2025-01-30T20:41:16.614Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```