Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.3 KB

USAGE.md

File metadata and controls

23 lines (16 loc) · 1.3 KB

Introduction

This library is broken up into several packages as a monorepo so that you only need to install the packages necessary for your use case. This USAGE.md contains information about all packages. For examples on how to get started quickly, head over to the READMEs of each package (linked and described below), which includes detailed examples.

Documentation

If you would like to auto-generate documentation of the packages, you can do so locally by running:

./node_modules/.bin/esdoc

Using the .esdoc.json file, esdoc will create documentation in the docs directory.

Checking docs coverage

You will find a coverage.json file in the docs directory. This will contain information about the documentation coverage for each of the different files in this repo.