Ghost/ghost/stats-service
Fabien "egg" O'Carroll 092151e19c Published new versions
- @tryghost/stats-service@0.2.1
2022-04-25 09:53:34 +01:00
..
lib Formatted date property as ISO8601 2022-04-25 09:50:41 +01:00
test Added subscription stats service (#2) 2022-04-21 15:42:02 +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-04-25 09:53:34 +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.