jprichardson / tin

Easily manage package.json, component.json, and bower.json files.
MIT License
92 stars 4 forks source link

tin --sync #14

Closed tmcw closed 8 years ago

tmcw commented 10 years ago

Would read each package type, and update the rest automatically, sorting package specs by mtime and availability. Would be useful for npm packages that decide to walk on the bower wild side.

jprichardson commented 10 years ago

PRs welcome ;)

jprichardson commented 9 years ago

Hey Tom, now that npm is actively promoting and pushing to be a package manager for the browser as well, do you think that there is still value in using bower over npm? Or do you think that npm still has this server-side stigma still attached to it?

tmcw commented 9 years ago

I've never been in favor of using bower over npm - npm+browserify has been a better solution from day one :) For a few popular packages, enough people ask for bower that I figure it's worth supporting, but I'm doing so less and less and more just advising that if people really insist on using bower, they install from the github url rather than a bower package.

tmcw commented 8 years ago

Closing because of no response for several months. Feel free to reopen if this issue will be fixed.