Ghost/ghost/stripe-service
Fabien O'Carroll 0615da1b45 Published new versions
- @tryghost/stripe-service@0.1.0
2021-09-13 14:37:27 +02:00
..
lib Added @tryghost/stripe-service 2021-09-13 14:35:57 +02:00
test Added @tryghost/stripe-service 2021-09-13 14:35:57 +02:00
.eslintrc.js Added @tryghost/stripe-service 2021-09-13 14:35:57 +02:00
index.js Added @tryghost/stripe-service 2021-09-13 14:35:57 +02:00
LICENSE Added @tryghost/stripe-service 2021-09-13 14:35:57 +02:00
package.json Published new versions 2021-09-13 14:37:27 +02:00
README.md Added @tryghost/stripe-service 2021-09-13 14:35:57 +02:00
yarn.lock Added @tryghost/stripe-service 2021-09-13 14:35:57 +02:00

Payment Service

Install

npm install @tryghost/payment-service --save

or

yarn add @tryghost/payment-service

Usage

Develop

This is a mono repository, managed with lerna.

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.

Run

  • yarn dev

Test

  • yarn lint run just eslint
  • yarn test run lint and tests