1.0.0 • Published 6 years ago

the-report v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

the-report

Build Status npm Version JS Standard

Report api for the-frameworks

Installation

$ npm install the-report --save

Usage

'use strict'

const {TheReport} = require('the-report')

async function tryExample () {
  const report = new TheReport('var/report')
  await report.snapshot() // Save report snapshot
}

tryExample().catch((err) => console.error(err))

API Guide

License

This software is released under the MIT License.

Links