InnoD-WebTier / wp2ghost

Converts Wordpress export into Ghost import file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WP To Ghost Converter

Requirements

  • node 0.10+
  • npm

Installation

  1. Run npm install -g coffee-script
  2. Run npm install

You may need to use sudo for some of these commands.

Usage

  • Export users from the admin console (Users -> User Data Export) to a file called users.csv
  • Export posts only from the export menu into a file called posts.xml

coffee wp2ghost.coffee

About

Converts Wordpress export into Ghost import file


Languages

Language:CoffeeScript 100.0%