kahwee / vast-inliner

Converting VAST Wrappers to only InLine since 2016

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vast-inliner is written as a challenge. The aim of this is to turn VAST documents with wrappers into a single VAST document that is InLine.

Build Status Coverage Status npm version js-standard-style Greenkeeper badge bitHound Score

Installing

npm i vast-inline --save

Using

Using it in code

const vastInliner = require('vast-inliner')

or if ES2015 is your thing:

import vastInliner from 'vast-inliner'

Recommendations

About

Converting VAST Wrappers to only InLine since 2016


Languages

Language:JavaScript 100.0%