TextAnalysisTool / Releases

Repository for storing release artifacts (ex: binaries).
88 stars 26 forks source link

Create a choco package #82

Closed whihathac closed 3 years ago

whihathac commented 4 years ago

A choco package would really be nice for installing this nifty tool.

DavidAnson commented 4 years ago

I know they're popular, but I don't personally recommend third-party installers. The ownership/security issues seem troublesome to me. I'll leave this issue open, though, if others want to comment.

whihathac commented 4 years ago

Yes, I can understand that. I personally use only official or (officially blessed) packages on Chocolate. More the reason to create a package officially owned (and managed) by you šŸ˜„.

I've never created a chocolatey package before, but I can offer to lend help to create one for this tool. Seems very straight forward - https://github.com/chocolatey/choco/wiki/CreatePackages

DavidAnson commented 4 years ago

If you want to draft something, Iā€™d be happy to have a look.

whihathac commented 4 years ago

Created a PR #83. Tested this locally and it works great :)

DavidAnson commented 4 years ago

Thanks! FYI, I will need a bit of time to review this and will probably have some questions for you.

DavidAnson commented 4 years ago

Today Microsoft came out pretty strongly against third-party package managers by announcing their own: https://devblogs.microsoft.com/commandline/windows-package-manager-preview/

This was not something I was aware of and Iā€™m curious how this will play out.

whihathac commented 4 years ago

Oh wow! This is very interesting šŸ‘ I think it will take sometime for convergence but I am really happy that we decided to create central and official repo for this (taking a leaf out of Linux)

whihathac commented 4 years ago

I attended Scott's build session and he said they are working on plan to integrate with other package managers like Chocolatey.

whihathac commented 4 years ago

Looks like I should also create WinGet YAML file :) I'll see if I get a chance over the weekend.