Latest Release
A powerful application to automatically deploy GitHub Release.
Features
- 1
- 1
- 1
Install
There are many ways for you to install this program.
Run the script though exe file
Only for Windows user.
- Turn to GitHub releases page, then click on Assets at the bottom to show the files available in the release.
- Download the exe file and decompress it.
- Create the
config.yaml
file and then configure it by referencing to the Usage inREADME.md
. - Run the exe file.
Run the script though Python
You should first install Python3 into your desktop.
- Turn to GitHub releases page, then click on Assets at the bottom to show the files available in the release.
- Download the Source code (zip) and decompress it.
- Create the
config.yaml
file and then configure it by referencing to the Usage inREADME.md
. - Install the package the scripts need.
- Run the main.py file.
Usage
Commands
After start the exe file, you can enter help
in the Command Windows to see the commands with their description.
Command[
] : Usage
list/ls : List installed apps
status/st : Show status and check for new app versions
update/up : Update all apps
config/cf : Open config file to add an app or modify other settings
exit/et : Exit the shell
config.yaml
file
How to Configure the A simplest config.yaml
file is shown like this:
path: download
proxy:
http: http://127.0.0.1:7890
https: http://127.0.0.1:7890
repos:
- author: Fentaniao
name: Liquid
tag:
key: Liquid.zip
target:
compress_setting: { decompress: auto, clean: true }
Default configuration
1
Roadmap
- A client with a GUI based on WinUI3 is coming soon.
- Support more functions and more ways of configuration.
Contact
Author: Fentaniao
Email: [email protected]
License
GPL-3.0 License © Fentaniao