Ghost/ghost/members-importer
Rishabh 3832352c5a Published new versions
- @tryghost/members-api@3.1.0
 - @tryghost/members-importer@0.4.0
2022-01-17 23:06:21 +05:30
..
lib Handled new type column for tiers (#356) 2022-01-17 23:02:02 +05:30
test
.eslintrc.js
index.js
LICENSE 2022 2022-01-06 10:09:25 +00:00
package.json Published new versions 2022-01-17 23:06:21 +05:30
README.md 2022 2022-01-06 10:09:25 +00:00

Members Importer

Install

npm install @tryghost/members-importer --save

or

yarn add @tryghost/members-importer

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

Copyright & License

Copyright (c) 2013-2022 Ghost Foundation - Released under the MIT license.