A CLI tool for extracting .wpress archive files generated by the All-in-one-Wp-Migration WordPress plugin. Current stable version is 1.0.0. It provides a simple cross-platform alternative to platform-specific binaries, supporting Node.js >=10.0. Key differentiators: no dependencies, easy npx usage, and options for custom output directory and force overwrite.
npm install wpress-extractNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates basic usage to extract a .wpress file using npx and with custom output directory and force flag.
Use npx for CLI usage or import the default export with a string file path.
Use --force flag to overwrite or specify a non-existing output directory with --out.
Ensure the file is from the correct plugin.
Provide the correct path to the .wpress file.
Run again with --force flag or use a different output directory via --out.
Ensure you have the correct file format.
No dependency data recorded yet.