Ghost/ghost/webmentions
Fabien "egg" O'Carroll 4215786bf1 Improved internal types for the Mention entity
This makes development a little more streamlined, and helped catch a wee bug!
2023-01-19 19:25:19 +07:00
..
lib Improved internal types for the Mention entity 2023-01-19 19:25:19 +07:00
test Updated Mention entity validation of properties 2023-01-19 19:24:07 +07:00
.eslintrc.js
index.js
package.json
README.md Added webmentions package (#16133) 2023-01-17 13:18:16 +08:00

Webmentions

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