archiver-json

a json plugin for archiver

Usage no npm install needed!

<script type="module">
  import archiverJson from 'https://cdn.skypack.dev/archiver-json';
</script>

README

archiver-json v0.1.1 Build Status

json archiver plugin

Install

$ npm install --save archiver-json

Usage

var Archiver = require('archiver');
var ArchiverJson = require('archiver-json');

new Archiver()
  .src('files/*.html')
  .dest('dest/archive.json')
  .use(ArchiverJson())
  .run();

API

ArchiverJson(options)

TBA

Things of Interest