GitXplorerGitXplorer
b

vizpack

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
60d35c7fb5dd0bffa67e3dc527b3636d961b9e8b

Merge pull request #1 from birros/dependabot/npm_and_yarn/lodash-4.17.19

bbirros committed 4 years ago
Verified
cb008b4e8bc77ab4027ca99f2bcd67929f5f8813

build(deps): bump lodash from 4.17.15 to 4.17.19

ddependabot[bot] committed 5 years ago
Unverified
50f1352e31b7e31184399b4b973ee042414122e0

fix(build): npm audit fix

bbirros committed 5 years ago
Unverified
764e7443f811f624bf447c9b017bc9fb3e4bf2e2

build: fix lodash vulnerability

bbirros committed 6 years ago
Unverified
6b5dfb45a8a37e4730d6926b23e9a91c1f7e156c

package-lock: fix version

bbirros committed 7 years ago
Unverified
5c85a75742ec7580daccd7a3e92112402995ee44

Add missing keywords in package.json & bump to v0.0.2

bbirros committed 7 years ago

README

The README file for this repository.

Vizpack

Transform all HTML elements containing a graph description, from a HTML page, to SVG elements using Viz.js.

Installation

Install with npm:

$ npm install vizpack

Usage

Command-line interface:

NAME:
    vizpack

SYNOPSIS:
    vizpack [options...] prefix input output

DESCRIPTION:
    Transform all HTML elements containing a graph description and whose class
    name starts with prefix to SVG elements using Viz.js.

OPTIONS:
    -V, --version  output the version number
    -q, --quiet    render silently
    -h, --help     output usage information

EXAMPLES:
    $ vizpack --quiet "language-viz-" input.html output.html