w0rm / gemini-ecstatic

Serve your test from ecstatic server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gemini ecstatic plugin

Serve your gemini tests with ecstatic.

Works with gemini ≥ v0.13.4.

Example .gemini.yml:

rootUrl: http://127.0.0.1:8080
system:
  plugins:
    ecstatic:
      root: www
      url: http://127.0.0.1:8080

Default root is process.cwd() and default url is http://127.0.0.1:8080.

For all the options please check ecstatic readme.

About

Serve your test from ecstatic server.


Languages

Language:JavaScript 100.0%