vane

1.5.19 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i vane

Weekly Downloads

6

Version

1.5.19

License

ISC

Last publish

Collaborators

  • ysmood