vane
v1.5.19
Published
vane client
Downloads
149
Readme
Vane Client
Development
git clone https://github.com/ysmood/vane
cd vane
npm i
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