0.1.0 • Published 1 year ago

@dsnp/test-generators v0.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

Test Generators

A library of random generators for cryptographic types to ease test development.

Quick Start

  • npm install @dsnp/test-generators
  • Import:
    • import * as generators from "@dsnp/test-generators";
  • Require:
    • const generators = require("@dsnp/test-generators");

How to Install

Run npm install @dsnp/test-generators

How to Build

Run npm run build

How to Compile Documentation

  • Run npm run doc for HTML documentation
  • Run npm run doc:json for JSON documentation
  • Run npm run doc:markdown for markdown documentation (published with the npm package)

How to Test

Run npm run test