Skip to content

sipsuru/wp-downloader-electron

Repository files navigation

WPDL Logo

WP-Downloader Electron

Make everything so simple.

A minimal Electron application with JavaScript for WP Downloader - Download WP stories for e-book readers, smartphones, desktop and more for free!

Note

This's a electron wrapper around original server app of WP-Downloader. So users don't need to install node.js, node-modules or run with cli.




  • Just Use



Tip

For additional information on wp-downloader source repo, visit source repo


  • Build Status

    • WPDL-Electron Build (Non Artifacts)
    • WPDL-Electron Build Artifacts

  • Project Setup

    • Install

      $ npm install
    • Development

      $ npm run dev
    • Build Unpack

      # For Running OS
      $ npm run build:unpack
    • Build

      # For Windows
      $ npm run build:win
      
      # For macOS 
      $ npm run build:mac
      
      # For Linux
      $ npm run build:linux