0.0.1 • Published 6 years ago

javascript-sdk-v2 v0.0.1

Weekly downloads
1
License
UNLICENSED
Repository
-
Last release
6 years ago

Western Union SDK

Features

  • Rollup based.
  • Linting with TSLint.

Process

Typescript source files
       |
       |
    rollup
       |
       +--- babel, tslint
       |
  ready to use
     SDK library

Have in mind that you have to build your library before publishing. The files under the dist folder are the ones that should be distributed.

Getting started

  1. Build the library
  • Run yarn install to get the project's dependencies
  • Run yarn run build to produce minified version of your library . The file is placed inside the dist directory along with TS Docs (Documentation).
  1. Running the unit tests inside the test directory using the JEST framework
  • yarn run test