Ghost/ghost/members-importer
2021-07-22 01:53:21 +12:00
..
lib Removed unused files 2021-07-22 01:53:21 +12:00
test Removed hello test 2021-07-22 01:53:21 +12:00
.eslintrc.js Initialized members-importer package 2021-07-22 01:53:21 +12:00
index.js Fixed default package export 2021-07-22 01:53:21 +12:00
LICENSE Initialized members-importer package 2021-07-22 01:53:21 +12:00
package.json Added sinon dependency for mocks in tests 2021-07-22 01:53:21 +12:00
README.md Initialized members-importer package 2021-07-22 01:53:21 +12: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-2021 Ghost Foundation - Released under the MIT license.