Hacker News new | past | comments | ask | show | jobs | submit login

With the npm example, you can tell npm to use github's package repo instead of npmjs.com, and install from or publish to that one instead. Basically another npm, but the same command line app.



Why is that useful?


One use is that you can point to any commit, but npm will only have versions that were explicitly released to it.

Another reason would be having a few private packages and not wanting to manage an entire npm account for them.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: