@kushki/kushki-js
v1.1.3
Published
## Requirements
Maintainers
Keywords
Readme
Kushki.js
Requirements
- Node.js and yarn
Setup
Run:
npm -g install yarn@^0.16.0
COPY package.json yarn.lock ./
yarn installCommands
Run all checks (including tests)
yarn run checkCheck code style
yarn run lintBuild minified library
yarn run buildRun tests once
yarn run testRun tests and watch for changes
yarn run test:watchCode Coverage
A code coverage report is generated on spec/coverage when you run any test task
