1.0.0 • Published 8 years ago

gemini-express v1.0.0

Weekly downloads
24
License
Apache 2.0
Repository
github
Last release
8 years ago

gemini-express

Plugin for starting up Express when running tests with Gemini

Build Status

Requirements

Works with gemini v0.13.4 or later.

Latest test run done with v1.0.6

Installation

npm install gemini-express

Configuration

  • root (optional) sets the root folder from where the files are hosted. Defaults to process.cwd().
  • port (optional) sets the port that is used. Defaults to a random free port.

Set the configuration to your .gemini.yml

system:
    plugins:
      express:
        root: /home/root
        port: 12345