Ghost/ghost/members-importer
Daniel Lockyer 6e4437c7e4 Added c8 test coverage
refs https://github.com/TryGhost/Team/issues/870

- using `c8` allows us to see test coverage for all packages in the repo
- this commit adds `c8` as a dev dependency and prepends the `mocha`
  command with `c8` so it runs on all tests
2021-08-20 10:28:07 +02:00
..
lib Changed MembersCSVImporter constructor 2021-08-18 16:09:33 +04:00
test Changed MembersCSVImporter constructor 2021-08-18 16:09:33 +04: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 c8 test coverage 2021-08-20 10:28:07 +02: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.