Ghost/ghost/stats-service
Daniel Lockyer cd7aa42f5d
Updated knex dependency
- this needed to be updated to switch back to the official sqlite3
  library
2022-09-20 14:24:14 +01:00
..
lib Added separate signups and cancellations to subscriptions stats 2022-07-13 12:20:50 +02:00
test Fixed tests not working in timezones other than UTC 2022-07-13 12:26:02 +02: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 Updated knex dependency 2022-09-20 14:24:14 +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.