2022-01-31 19:17:45 +03:00
|
|
|
# Stripe Service
|
2021-09-09 13:48:23 +03:00
|
|
|
|
|
|
|
## Install
|
|
|
|
|
2022-01-31 19:17:45 +03:00
|
|
|
`npm install @tryghost/members-stripe-service --save`
|
2021-09-09 13:48:23 +03:00
|
|
|
|
|
|
|
or
|
|
|
|
|
2022-01-31 19:17:45 +03:00
|
|
|
`yarn add @tryghost/members-stripe-service`
|
2021-09-09 13:48:23 +03:00
|
|
|
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
|
|
|
|
## Develop
|
|
|
|
|
|
|
|
This is a mono repository, managed with [lerna](https://lernajs.io/).
|
|
|
|
|
|
|
|
Follow the instructions for the top-level repo.
|
|
|
|
1. `git clone` this repo & `cd` into it as usual
|
|
|
|
2. Run `yarn` to install top-level dependencies.
|
|
|
|
|
|
|
|
## Test
|
|
|
|
|
|
|
|
- `yarn lint` run just eslint
|
|
|
|
- `yarn test` run lint and tests
|