DalavanCloud / paypal-braintree-web-sdk

Unified SDK wrapper module for tests, shared build config, and deploy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PayPal Braintree Client SDK

Wrapper module to test and release combined client SDK modules for PayPal and Braintree.

Quick Start

Adding a new component module

npm run add my-sdk-component

Updating all components

npm run upgrade

Updating specific components

npm run upgrade paypal-checkout-components
npm run upgrade paypal-braintree-hosted-fields-component

Removing specific components

npm run remove paypal-checkout-components

Release

Warning: this will trigger an npm publish and production deploy.

npm run release

Activate

Warning: this will move the published version into traffic.

npm run activate

To roll back, or activate a specific version:

npm run activate x.x.x

About

Unified SDK wrapper module for tests, shared build config, and deploy

License:Apache License 2.0


Languages

Language:Shell 53.7%Language:JavaScript 46.3%