0.1.0 • Published 4 years ago

payid-lib v0.1.0

Weekly downloads
18
License
ISC
Repository
github
Last release
4 years ago

payid-lib

Simple PayID utility functions

Installation

$ yarn add payid-lib

or with npm:

$ npm install payid-lib

payid-lib API Reference

{{>main}}

Development Environment

  • Node.js LTS
  • Yarn
  • TypeScript
  • Linting with eslint
  • Testing with Jest
  • Code coverage

Scripts

  • compile
    • Runs typescript (tsc) and outputs to ./dist
  • lint
    • Runs eslint (use --fix to automatically fix issues)
  • test
    • Runs jest testing framework
  • coverage
    • Collects code coverage information and outputs to ./coverage
  • docs
    • Generate README.md (from README.hbs and jsdoc2md) and ./docs (with typedoc)