SKalt / git-cc

a git extension to help write conventional commits
Other
83 stars 8 forks source link

Add to Scoop Installler or Winget Installer for Windows Support #41

Closed RayyanNafees closed 3 months ago

RayyanNafees commented 4 months ago

Can the CLI be pushed to Winget or Scoop package managers for windows officially ? so one can easily scoop install git-cc or winget install git-cc

For now the only option is to use eget which doesn't perform global updates

SKalt commented 4 months ago

Sure, I'll see if I can get to that over the weekend.

SKalt commented 3 months ago

Hey @RayyanNafees, I think I got a viable scoop setup working as of 8da1149. I don't have a Windows dev box handy; could you test the scoop install? The scoop metadata lives over in https://github.com/SKalt/scoop-git-cc/blob/main/git-cc.json.

RayyanNafees commented 3 months ago

Installation is working fine

@SKalt can't find the cli in any of scoop buckets image

U need to submit a pull request to main branch

SKalt commented 3 months ago

Looks like the main require a higher degree of popularity before accepting PRs:

For an app to be acceptable for the main bucket, it should be:

  • a reasonably well-known and widely used developer tool (e.g. if it's a GitHub project, it should have at least 500 stars and 150 forks)

-- https://github.com/ScoopInstaller/Scoop/wiki/Criteria-for-including-apps-in-the-main-bucket, retrieved 2024-06

I think the key to getting scoop.sh to index the package is adding a scoop-bucket topic to https://github.com/skalt/scoop-git-cc. If it isn't, then scoop bucket add ... will do for now :shrug:.

RayyanNafees commented 3 months ago

what about extras bucket ?

or winget installation ?

SKalt commented 3 months ago

https://scoop.sh/#/apps?q=git-cc&o=false