Seed your ghost instance
  • TypeScript 100%
Find a file
2026-04-30 10:54:58 +04:00
art initial commit 2026-04-10 00:36:44 +04:00
.env.example initial commit 2026-04-10 00:36:44 +04:00
.gitignore initial commit 2026-04-10 00:36:44 +04:00
bun.lock fix: fixing types 2026-04-30 10:54:58 +04:00
global.d.ts fix: fixing types 2026-04-30 10:54:58 +04:00
package.json fix: fixing types 2026-04-30 10:54:58 +04:00
README.md initial commit 2026-04-10 00:36:44 +04:00
seed.ts fix: fixing types 2026-04-30 10:54:58 +04:00
tsconfig.json fix: fixing types 2026-04-30 10:54:58 +04:00

Ghost Blog Seeder

Banner

When working locally you need content. This script will seed your Ghost instance with fake data.

Install

git clone https://github.com/eznix86/ghost-blog-seeder.git
cd ghost-blog-seeder
bun install

Copy the example env file:

cp .env.example .env

Usage

Run the seeder:

bun seed.ts

If values are not defined in .env or your shell environment, you will be prompted for them interactively.

Notes

By default, the script currently creates 100 published posts DO NOT RUN IN PRODUCTION.