Developed based on Electron framework.
compression-app is a cross-platform compression tool.
Inspired by a friend who complained to me about why encrypting compressed files on macOS is such a hassle.
- If you want to run the latest code from git, here's how to get started.
# clone the repository
git clone https://github.com/qaz7456/compression-app.git
# change the working directory to compression-app
cd compression-app
# install the compression-app dependencies
npm install
# execute development mode
npm start
- If you want to open the front-end DevTools, uncomment the following code.
Packaging based on electron-builder.
command | Purpose |
---|---|
npm run pack | Packaged into executable |
npm run dist | Packaged into executable and installation files |
npm run dist-all | Packaged into executable and installation files(macOS, Windows) |
Demo.webm
compression-app is Apache-2.0 licensed, as found in the LICENSE file.