2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00
Ghost/ghost/bootstrap-socket
2021-12-06 11:27:44 +00:00
..
lib @tryghost/bootstrap-socket: Switch to @tryghost/logging from injected arg 2021-12-02 12:35:36 +00:00
test Refactored bootstrap-socket API for testability 2020-08-09 17:15:46 +01:00
.eslintrc.js Added new bootstrap-socket package with a test 2020-08-07 16:59:25 +01:00
index.js Refactored bootstrap-socket API for testability 2020-08-09 17:15:46 +01:00
LICENSE 2021 2021-01-25 16:20:43 +00:00
package.json job-manager should support logging to parent process 2021-12-06 11:27:44 +00:00
README.md 2021 2021-01-25 16:20:43 +00:00

Bootstrap Socket

Install

npm install @tryghost/bootstrap-socket --save

or

yarn add @tryghost/bootstrap-socket

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.