vane

vane client

Usage no npm install needed!

<script type="module">
  import vane from 'https://cdn.skypack.dev/vane';
</script>

README

Vane Client

NPM version Build Status Deps Up to Date

Development

  1. git clone https://github.com/ysmood/vane

  2. cd vane

  3. npm i

  4. npm run no

Test

npm test

Example

var Vane = require('vane');
var koa = require('koa');

var vane = Vane({
    dir: './adocs'
})


var app = koa();

app.use(vane.middlewares.koa);

app.listen(8080);

Road Map

  • v1.3

    • publish api to the cloud
    • install api from the cloud
    • more compact UI
  • v1.4

    • adoc viewer
    • vane UI doc
  • v1.5

    • auto test
    • test type match