Skip to content

OnsenUI/wcdoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published