TF
TF copied to clipboard
Publishing TF as an ahkpm package?
Hi @hi5. I'm wondering if you'd be interested in publishing TF as an ahkpm package?
ahkpm is a package manager built specifically for AutoHotkey libraries.
- Repo: https://github.com/joshuacc/ahkpm
- Docs: https://ahkpm.dev/
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.