Ghost/ghost/stats-service
Matt Hanley cb9d29307f Published new versions
- @tryghost/stats-service@0.2.2
2022-05-19 17:04:20 +01:00
..
lib Added missing positive_delta for subscription reactivations (#4) 2022-05-19 16:59:48 +01:00
test Added missing positive_delta for subscription reactivations (#4) 2022-05-19 16:59:48 +01:00
.eslintrc.js Moved Stats Service from Ghost 2022-04-21 13:10:33 +01:00
index.js Moved Stats Service from Ghost 2022-04-21 13:10:33 +01:00
LICENSE Moved Stats Service from Ghost 2022-04-21 13:10:33 +01:00
package.json Published new versions 2022-05-19 17:04:20 +01:00
README.md Moved Stats Service from Ghost 2022-04-21 13:10:33 +01:00
tsconfig.json Moved Stats Service from Ghost 2022-04-21 13:10:33 +01:00

Stats

Stats service

Install

npm install @tryghost/stats --save

or

yarn add @tryghost/stats

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.