Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.23 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.23 KB

Moneytree Link JavaScript SDK

NPM Badge

This is a library for browser client to help you integrate Moneytree tools such as My Account and the Vault without having to do worry about the complex configurations.

For SDK Users

Read the documentation for more information.

For SDK Maintainers

yarn install
yarn lint       # runs eslint
yarn test       # runs all the tests
yarn build      # bundles the library

There is a minimal sample application in the sample directory.

Documentation

yarn build:docs # bundles the documentation
yarn start:docs # Serves the documentation

We use docsify to serve the documentation landing page (docs/README.md) and typedoc to generate the API documentation (docs/types).

Publishing

npm version
# after merging the new version to master
npm login
npm publish