Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paypal/paypal-sdk-constants
https://github.com/paypal/paypal-sdk-constants
checkout paypal sdk
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/paypal/paypal-sdk-constants
- Owner: paypal
- License: apache-2.0
- Created: 2018-10-01T22:30:46.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-13T17:46:23.000Z (about 2 months ago)
- Last Synced: 2024-12-22T09:03:38.970Z (12 days ago)
- Topics: checkout, paypal, sdk
- Language: JavaScript
- Size: 921 KB
- Stars: 28
- Watchers: 30
- Forks: 51
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
## paypal-sdk-constants
[![build status][build-badge]][build]
[![npm version][version-badge]][package]
[![apache license][license-badge]][license][build-badge]: https://img.shields.io/github/actions/workflow/status/paypal/paypal-sdk-constants/main.yml?branch=main&logo=github&style=flat-square
[build]: https://github.com/paypal/paypal-sdk-constants/actions?query=workflow%3Abuild
[version-badge]: https://img.shields.io/npm/v/@paypal/sdk-constants.svg?style=flat-square
[package]: https://www.npmjs.com/package/@paypal/sdk-constants
[license-badge]: https://img.shields.io/npm/l/@paypal/sdk-constants.svg?style=flat-square
[license]: https://github.com/paypal/paypal-sdk-constants/blob/master/LICENSEConstants for paypal sdk.
## Quick Start
#### Getting Started
- Fork the module
- Run setup: `npm run setup`
- Start editing code in `./src` and writing tests in `./tests`
- `npm run build`#### Building
```bash
npm run build
```#### Publishing
- Publish your code: `npm run release` to add a patch
- Or `npm run release:path`, `npm run release:minor`, `npm run release:major`