Ghost/ghost/job-manager
2020-11-05 16:42:23 +13:00
..
lib Added logging 2020-11-05 16:42:23 +13:00
test Added basic test checking module API 2020-11-05 16:39:51 +13:00
.eslintrc.js Added new job manager package 2020-08-11 21:17:52 +01:00
index.js Added new job manager package 2020-08-11 21:17:52 +01:00
LICENSE Added new job manager package 2020-08-11 21:17:52 +01:00
package.json Update dependency mocha to v8.2.1 2020-11-02 23:07:13 +00:00
README.md Added new job manager package 2020-08-11 21:17:52 +01:00

Job Manager

Install

npm install @tryghost/job-manager --save

or

yarn add @tryghost/job-manager

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) 2020 Ghost Foundation - Released under the MIT license.