mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-13 10:55:58 +03:00
bb1d5de381
- @tryghost/domain-events@0.1.6 - @tryghost/magic-link@1.0.17 - @tryghost/member-analytics-service@0.1.7 - @tryghost/members-analytics-ingress@0.1.8 - @tryghost/members-api@4.5.0 - @tryghost/members-ssr@1.0.19 - @tryghost/members-offers@0.10.6 - @tryghost/members-payments@0.1.8 |
||
---|---|---|
.. | ||
lib | ||
test | ||
.eslintrc.js | ||
index.js | ||
LICENSE | ||
package.json | ||
README.md |
Payments
Install
npm install @tryghost/payments --save
or
yarn add @tryghost/payments
Usage
Develop
This is a mono repository, managed with lerna.
Follow the instructions for the top-level repo.
git clone
this repo &cd
into it as usual- Run
yarn
to install top-level dependencies.
Run
yarn dev
Test
yarn lint
run just eslintyarn test
run lint and tests