vane

v1.5.19
vane client
vane client

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
npm i vane

Metadata

  • ISC
  • Whatever
  • mx
  • released 7/6/2017

Downloads

Maintainers