G33kDude / Chrome.ahk

Automate Google Chrome using native AutoHotkey
https://autohotkey.com/boards/viewtopic.php?t=42890
MIT License
336 stars 82 forks source link

Publishing Chrome.ahk as an ahkpm package? #34

Closed joshuacc closed 1 year ago

joshuacc commented 1 year ago

Hi @G33kDude. I'm wondering if you'd be interested in publishing Chrome.ahk as an ahkpm package?

ahkpm is a package manager built specifically for AutoHotkey libraries.

I've written a guide on how to publish ahkpm packages and it likely wouldn't take much time at all.

The main thing I noticed that you might need to change is to start tagging new versions with the appropriate semantic version number. e.g. git tag 1.3.18.

I'd be happy to open up a PR adding the ahkpm.json file if you're interested.

G33kDude commented 1 year ago

I do not have any interest in doing this, but the licensing allows you to do this without my intervention.