drupal-to-wordpress
v0.0.2
Published
Exports a drupal site to a wordpress XML file
Downloads
11
Maintainers
Readme
drupal-to-wordpress
Create a wordpress xml export from a Drupal site
How to use this
- clone this repo
git clone https://github.com/standardpixel/drupal-to-wordpress.git
cd drupal-to-wordpress
thennpm install
and after thatcd ..
cp drupal-to-wordpress/config.json.sample drupal-to-wordpress/config.json
- Edit drupal-to-wordpress/config.json and add your Drupal MySql and site details
node drupal-to-wordpress --exportSite
If all goes well you will have an xml file named drupalExport.xml in your current directory