TryGhost / SDK

Tools for working with Ghost's APIs
MIT License
117 stars 76 forks source link
api hacktoberfest javascript nodejs rest-api

Ghost SDK

A collection of tools for interacting with Ghost's APIs.

Develop

This is a mono repository, managed with lerna.

  1. git clone this repo & cd into it as usual
  2. yarn setup is mapped to lerna bootstrap
    • installs all external dependencies
    • links all internal dependencies

To add a new package to the repo:

Run

Test

Publish

NOTE: use yarn ship --git-remote upstream to correctly update tags and version commits, when your remote origin is set up to a fork of TryGhost/SDK and original repository is set to upstream.

Copyright & License

Copyright (c) 2013-2023 Ghost Foundation - Released under the MIT license.