- Notifications
You must be signed in to change notification settings - Fork78
Tools for working with Ghost's APIs
License
NotificationsYou must be signed in to change notification settings
TryGhost/SDK
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A collection of tools for interacting with Ghost's APIs.
This is a mono repository, managed withlerna.
git clone
this repo &cd
into it as usualyarn setup
is mapped tolerna bootstrap
- installs all external dependencies
- links all internal dependencies
To add a new package to the repo:
- installslimer
- run
slimer new <package name>
yarn dev
yarn lint
run just eslintyarn test
run lint and tests
yarn ship
is an alias forlerna publish
- Publishes all packages which have changed
- Also updates any packages which depend on changed packages
NOTE: useyarn ship --git-remote upstream
to correctly update tags and version commits, when your remoteorigin
is set up to a fork of TryGhost/SDK and original repository is set toupstream
.
Copyright (c) 2013-2025 Ghost Foundation - Released under theMIT license.
About
Tools for working with Ghost's APIs
Topics
Resources
License
Security policy
Stars
Watchers
Forks
Packages0
No packages published