-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Distribution via package managers #5
Comments
npm as well! |
Yeah it makes sense however having it on npm would make it easy to install on any OS. Maybe later at some point we can parse the sh files and provide a node module for the same too. require('prm').projects.map((p) => console.log(p)); |
I understand what you mean, but that's not what I just don't see a point in distributing prm via a JavaScript package manager when it is not written in JavaScript, and when prm has no place in the JavaScript ecosystem. On the other hand, if there were a js-binding (and supposably a need for npm's functionality in js/Node), it could be distributed via |
Cool, makes sense ! |
Hey! You can have a look at it here |
@bogas04: While I appreciate your effort, I would like for you not to use the This is because, unlike @FredDeschenes' prm-fish, your project is not a port of prm, is not API-compatible, and doesn't perform the same tasks as prm does. Since your software is very different from prm, this is likely to be very confusing for users. I'd also appreciate if anyone else would like to chime in here. |
Sure, no problem! Off to thinking for name |
Great! Good luck with your project:) |
Thank you for being so supportive ! :) |
Renamed @eivind88 :) |
#4 might be relevant. |
prm should be distributed through various package managers (e.g. apt, brew, macports, pacman, yum...), though it should perhaps be postponed until there is a stable release.
Needs to include an append (alias) to a user dotfile or at least a message regarding proper use of prm (i.e. sourcing the script), e.g. via a post-install hook.
The text was updated successfully, but these errors were encountered: