1.0.1 • Published 5 months ago

ghost-export-to-markdown v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

ghost-export-to-markdown

A simple CLI to export Ghost posts to Markdown using the Ghost Content API.

Installation

Run from NPM:

# Can alternatively use GHOST_URL and GHOST_API_KEY env vars
# Default export location is `ghost-export`
npx ghost-export-to-markdown --url=your.ghost.url --api-key=Your1Ghost2Api3Key --dir=path/to/export/dir

Build from source:

git clone https://github.com/chris-tse/ghost-export-to-markdown
go build -o bin/cli ./cli/main.go

Development

Requirements:

  • Go 1.24
go run ./cli/main.go
1.0.1

5 months ago

0.0.4

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago