Ask HN: How to publish command line tools?
2 by manx | 2 comments on Hacker News.
I wrote a shell script, I'd like to make available for others to use. Scripting language ideally shouldn't matter. Users should not have to care what I used. I'd like to target users who want to easily install a new command line tool on Linux/Mac and receive updates, but preferably without the need to install another package manager. There is the possibility to package it for many package managers, like https://ift.tt/16QxJPl Other possibilities would be npm (most people have it already installed), zsh plugins (limited user base), deno (rewrite your shell script in typescript - which is probably a good thing). Any other ideas? What are you using?
New ask Hacker News story: Ask HN: How to publish command line tools?
Abubakar Mahmoud Sadiq
0
Comments
Tags
Hacker News
Post a Comment