Ghost/ghost/members-importer
Fabien O'Carroll df753df87a Published new versions
- @tryghost/magic-link@1.0.10
 - @tryghost/members-api@1.25.2
 - @tryghost/members-csv@1.1.5
 - @tryghost/members-importer@0.3.1
 - @tryghost/members-ssr@1.0.11
2021-08-23 14:49:21 +02:00
..
lib Removed checkEmailList flag check 2021-08-20 17:28:06 +04:00
test Removed checkEmailList flag check 2021-08-20 17:28:06 +04:00
.eslintrc.js
index.js Fixed default package export 2021-07-22 01:53:21 +12:00
LICENSE
package.json Published new versions 2021-08-23 14:49:21 +02:00
README.md

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-2021 Ghost Foundation - Released under the MIT license.