Skip to content

qaz7456/compression-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📚 Introduce

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.

💻 Developers

  • 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

📦 Package and build

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)

🕹️ How to use

Demo.webm

📄 License

compression-app is Apache-2.0 licensed, as found in the LICENSE file.