wcdoc

0.1.19 • Public • Published

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 dev dependencies:

$ npm install -d && npm test

Readme

Keywords

none

Package Sidebar

Install

npm i wcdoc

Weekly Downloads

8

Version

0.1.19

License

none

Last publish

Collaborators

  • anatoo
  • argelius
  • asial-matagawa