Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

jmooserific/ghostify

Repository files navigation

ghostify

Export your Tumblr blog to Ghost.

Very much a work in progress.

CircleCI Maintainability Test Coverage

Usage

$ npm install -g ghostify
$ ghostify COMMAND
running command...
$ ghostify (-v|--version|version)
ghostify/0.0.1 darwin-x64 node-v12.6.0
$ ghostify --help [COMMAND]
USAGE
  $ ghostify COMMAND
...

Commands

ghostify help [COMMAND]

display help for ghostify

USAGE
  $ ghostify help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

ghostify test BLOGIDENTIFIER

Test connectivity with the specified Tumblr blog, without actually exporting anything.

USAGE
  $ ghostify test BLOGIDENTIFIER

OPTIONS
  -h, --help                                 show CLI help
  -k, --tumblrConsumerKey=tumblrConsumerKey  (required) Tumblr API consumer key

EXAMPLE
  $ ghostify test --tumblrConsumerKey AbCdE12345 my_awesome_blog
  Connected to Tumblr and found the blog "My Awesome Blog" with 101 posts.

See code: src/commands/test.ts

About

Export your Tumblr blog to Ghost.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published