Live data from Hacker News

Ask HN: What are some NPM alternatives? Can we make one?

news.ycombinator.com

1–8 of 8 posts

Re: Ask HN: What are some NPM alternatives? Can we make one?

#2
A wrapper over something like this...

  git clone https://[repo]/[module].git node_modules/[module]
...and ability to provide dependency resolution along with custom runscripts?

Yes, we can. Not a rocket science. How many paranoid freaks will actually switch to it - that is the question.

Re: Ask HN: What are some NPM alternatives? Can we make one?

#8
Of course, the "packages" being managed are themselves the subject of some discussion:

* https://news.ycombinator.com/item?id=11348798

Given how some of them are turning out to be one-liners, or 11-liners, one wag has suggested that Twitter could be an alternative Node.js repository, and has demonstrated how one would go about using Twitter as an alternative repository of such packages, using leftpad as an example:

* https://gist.github.com/rauchg/5b032c2c2166e4e36713