Live data from Hacker News

Bower: A package manager for the web, from Twitter

twitter.github.com

1–10 of 45 posts

Re: Bower: A package manager for the web, from Twitter

#3
Does anyone think this can finally be the tool to bring sane package management to client side JavaScript development? I'm hesitant to use any of the existing tools because none of them support all the libraries I use, so I'd end up doing stuff manually anyway, and I don't have any confidence that any of them will keep working in the long term.

Re: Bower: A package manager for the web, from Twitter

#8
post #5

The site itself doesn't give much of the introduction or what Bower is all about. Github page is much better - https://github.com/twitter/bower

I thought so too but then scrolled down more — the design of the page made me think it was just a splash but there's tons of details underneath the big header. :/

Re: Bower: A package manager for the web, from Twitter

#9
post #8
post #5

The site itself doesn't give much of the introduction or what Bower is all about. Github page is much better - https://github.com/twitter/bower

I thought so too but then scrolled down more — the design of the page made me think it was just a splash but there's tons of details underneath the big header. :/

I didn't even realize this until I saw your comment. Definitely could use a "scroll for more" or an arrow or something.

Re: Bower: A package manager for the web, from Twitter

#10
post #2

$ bower lookup jquery jquery git://github.com/components/jquery.git Web link: https://github.com/component/jquery Since there's no authentication, the bower jquery package will always point to this url, which is not officially associated with jquery.

Actually, the web URL you're looking for is https://github.com/components/jquery (note the "components" vs "component"), which does seem to be officially associated based on the members of the "components" organization.
Post reply on HN