ScoopInstaller / Main

📦 The default bucket for Scoop.
https://scoop.sh
The Unlicense
1.54k stars 919 forks source link

[Request]: Add TkForge CLI #5933

Open Axorax opened 1 week ago

Axorax commented 1 week ago

Prerequisites

Criteria

Name

tkforge

Description

Drag & drop in Figma to create a Python GUI with ease

Homepage

https://github.com/Axorax/tkforge

Download Link(s)

https://github.com/Axorax/tkforge/releases

Some Indication of Popularity/Repute

[!NOTE]
It does not meet the requirement "Reasonably well-known and widely used (e.g. if it's a GitHub project, it should have at least 500 stars and/or 150 forks)" but I still ticked it. It's still quite a new project. I hope this will be fine. 😅

GitHub Stars: 214 276 upvotes on Reddit Post and 25 comments

tkforge.json

{
    "version": "2.0.0",
    "url": "https://github.com/Axorax/tkforge/releases/download/v2.0.0/tkforge-cli.exe",
    "homepage": "https://github.com/Axorax/tkforge",
    "license": "Apache-2.0",
    "description": "Drag & drop in Figma to create a Python GUI with ease",
    "iconUrl": "https://raw.githubusercontent.com/Axorax/tkforge/main/assets/icon.png",
    "name": "tkforge",
    "publisher": "Axorax",
    "bin": [
        ["tkforge-cli.exe", "tkforge.exe"]
    ],
    "autoupdate": {
        "url": "https://github.com/Axorax/tkforge/releases/download/v$version/tkforge-cli.exe"
    }
}