@ts-ghost is a collection of tools written in TypeScript to interract with a your Ghost Blog!
End-to-end type-safety 🦾, built on top of Zod, the Content and Admin API clients are type-safe and validated at runtime. There is also a beautiful CLI to interract with your Ghost Blog and extract data in Markdown or JSON.
A TypeScript Content API Client for Ghost with end-to-end TypeSafety, using fetch compatible with NextJS and Remix.
A TypeScript Admin API Client for Ghost with end-to-end TypeSafety for GET PUT and POST, using fetch compatible with NextJS and Remix.
A beautiful interractive CLI to connect to your Ghost Blog and export Posts to markdown, Members to JSON, etc...
The base building blocks for the Content and Admin API. Used internally.