A collection of tools for interacting with Ghost's APIs.
This is a mono repository, managed with lerna.
git clone
this repo & cd
into it as usualyarn setup
is mapped to lerna bootstrap
To add a new package to the repo:
slimer new <package name>
yarn dev
yarn lint
run just eslintyarn test
run lint and testsyarn ship
is an alias for lerna 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 (c) 2013-2023 Ghost Foundation - Released under the MIT license.