Latest Release

C++

English Readme | 中文自述文件

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.

  1. Turn to GitHub releases page, then click on Assets at the bottom to show the files available in the release.
  2. Download the exe file and decompress it.
  3. Create the config.yaml file and then configure it by referencing to the Usage in README.md.
  4. Run the exe file.

Run the script though Python

You should first install Python3 into your desktop.

  1. Turn to GitHub releases page, then click on Assets at the bottom to show the files available in the release.
  2. Download the Source code (zip) and decompress it.
  3. Create the config.yaml file and then configure it by referencing to the Usage in README.md.
  4. Install the package the scripts need.
  5. 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[<args>]        :           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

How to Configure the config.yaml file

A simplest config.yaml file is shown like this:

path: downloadproxy: http: http://127.0.0.1:7890  https: http://127.0.0.1:7890repos: - 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

GitHub - Fentaniao/Latest-Release at pythonawesome.com
A powerful application to automatically deploy GitHub Release. - GitHub - Fentaniao/Latest-Release at pythonawesome.com