payid-core

Simple PayID utility functions in JavaScript/TypeScript

Stars
0

payid-core

Simple PayID utility functions

Installation

$ yarn add payid-core

or with npm:

$ npm install payid-core

payid-core 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)
Related Projects