OnsenUI / wcdoc

API Document Generator for Web Components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wcdoc

Simple API Document Generator for Web Components.

Install

Install with npm

$ npm install wcdoc

Examples

var wcdoc = require('wcdoc');

wcdoc.run({
  src: ['src/**/*.js'],
  basePath: __dirname
}).then(function(result) {
  console.log(result);
});

Running tests

Install locked dev dependencies with Yarn:

$ yarn install && yarn test

About

API Document Generator for Web Components

License:Other


Languages

Language:JavaScript 98.6%Language:TypeScript 1.4%