Publishing a CLI Project with tsup and Alias Usage
Have been working on an Effect CLI project for a while now. I'm looking in to how to publish it and allow users to download it and use it through an alias. Was thinking of using tsup to build the application, but after that I'm not 100% sure where to go next. My thought is to have it not require the user to have node installed. But it is more of a bonus than a requirement. Any help is appreciated!
