Ghost/ghost/members-importer
Sam Lord 415698f0f4 Published new versions
- @tryghost/members-api@5.9.1
 - @tryghost/members-importer@0.5.8
 - @tryghost/verification-trigger@0.2.0
2022-04-13 17:37:51 +01:00
..
lib Email verification for imports based on 30 days of import 2022-04-13 17:35:30 +01:00
test Email verification for imports based on 30 days of import 2022-04-13 17:35:30 +01:00
.eslintrc.js
index.js
LICENSE 2022 2022-01-06 10:09:25 +00:00
package.json Published new versions 2022-04-13 17:37:51 +01:00
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.