Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 233 Bytes

DEVELOPERS.md

File metadata and controls

10 lines (9 loc) · 233 Bytes

Developers

Use npm i -g @fabric/wiki to install the fabric-wiki command to your path.

Node.js

const settings = {};
const Wiki = require('@fabric/wiki');
const wiki = new Wiki({ ...settings });
await wiki.start();