• Stars
    star
    187
  • Rank 205,819 (Top 5 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 4 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple Node.js tool for extracting wpress archive files generated by the All-in-one-Wp-Migration Wordpress plugin.

wpress-extract

A simple CLI tool to unpack .wpress files generated by the All-in-One WP Migration Wordpress plugin.


A funny comic from xkcd.com about creating new standards in computer industry
"Standards" by xkcd.

Usage

Prerequisites: Make sure that you have Node.js installed on your machine.

# One-time usage
npx wpress-extract your-migration.wpress

# Or install it locally
npm i -g wpress-extract
wpress-extract your-migration.wpress

The command then creates a new directory with the same name (in this example your-migration/) where it extracts the content of the archive into.

Options

You can customize the standard behavior of the wpress-extract command with these custom options that can be added:

wpress-extract --out ./alternate-output your-migration.wpress
Option Description
-o, --out <dir> Define an alternate directory where the archive should be extracted to.
-f, --force Skip the check if the output directory already exists and override the content in it.

Acknowledgements

The functionality of this package is inspired by the Wpress-Extractor tool. Since the provided binaries stopped working on MacOS and no solution for Linux is available I created this tool as a cross-platform alternative.

Author


Felix Haus

Website β€’ Twitter

License

MIT - see LICENSE for details.