Home Reference Source Test Repository

esviz

Automatic diagram generation tool for ES6+ projects.

Latest Stable Version License Build Status

Dependency Status NPM Downloads Test Coverage API Documentation Code Climate

Installation

npm install --save esviz

Usage

ES5

var xxx = require('esviz').default;

ES2015+

import xxx from 'esviz';