Tool for migrating Wings content to WordPress
Go to file
Jelle Hermsen 73469ba028 Add content.json to gitignore 2021-11-19 15:33:06 +01:00
mobiledoc-wp-renderer@d4176bfada initial 2021-01-25 15:25:44 +01:00
src handle custom post types 2021-01-26 22:47:13 +01:00
.babelrc initial 2021-01-25 15:25:44 +01:00
.gitignore Add content.json to gitignore 2021-11-19 15:33:06 +01:00
.gitmodules initial 2021-01-25 15:25:44 +01:00
README.md initial 2021-01-25 15:25:44 +01:00
browser-env.js initial 2021-01-25 15:25:44 +01:00
package.json initial 2021-01-25 15:25:44 +01:00

README.md

wingspress

Tool for migrating Wings content to WordPress.

yarn fetch

Fetches all content from Wings and saves it to content.json, requires the following environment variables.

WINGS_ENDPOINT
WINGS_PROJECT
WINGS_APP_KEY

yarn migrate

Converts all articles and pages that do not exist in WordPress yet and publishes them along with their media, requires the following environment variables.

WP_ENDPOINT
WP_USER
WP_PASSWORD