Ghost/ghost/email-service
2023-07-25 02:46:04 +00:00
..
lib Merged v5.55.1 into main 2023-07-25 02:46:04 +00:00
test Merged v5.55.1 into main 2023-07-25 02:46:04 +00:00
.eslintrc.js
index.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
package.json Pinned dependencies 2023-07-24 16:21:47 +02:00
README.md

Email Service

Manages how posts are sent via email

Usage

Develop

This is a monorepo package.

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.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests