Ghost/ghost/importer-revue
Hannah Wolfe 3ee0b813b6
Updated to use proper members importer for Revue (#16018)
refs:
5f90baf6fe

- The OG implementation of importing revue subscribers was very naive
- This sures it up to use our proper member importer, which makes sure
everything works perfectly:
  - adds an import label
  - ensures members are subscribed to newsletters

Co-authored-by: Kevin Ansfield <kevin@lookingsideways.co.uk>
2022-12-15 20:29:08 +00:00
..
lib Updated to use proper members importer for Revue (#16018) 2022-12-15 20:29:08 +00:00
test Updated to use proper members importer for Revue (#16018) 2022-12-15 20:29:08 +00:00
.eslintrc.js
index.js
package.json
README.md

Importer Revue

Revue importer

Usage

Develop

This is a monorepo package.

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.

Test

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