payid-lib
v0.1.0
Published
Simple PayID utility functions
Downloads
1
Readme
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
- Runs typescript (tsc) and outputs to
- lint
- Runs eslint (use
--fix
to automatically fix issues)
- Runs eslint (use
- test
- Runs jest testing framework
- coverage
- Collects code coverage information and outputs to
./coverage
- Collects code coverage information and outputs to
- docs
- Generate README.md (from README.hbs and jsdoc2md) and
./docs
(withtypedoc
)
- Generate README.md (from README.hbs and jsdoc2md) and