mirror of
https://github.com/eznix86/ghost-blog-seeder.git
synced 2026-07-25 21:09:03 +00:00
Seed your ghost instance
- TypeScript 100%
| art | ||
| .env.example | ||
| .gitignore | ||
| bun.lock | ||
| global.d.ts | ||
| package.json | ||
| README.md | ||
| seed.ts | ||
| tsconfig.json | ||
Ghost Blog Seeder
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.
