TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Anyone know of a client package/dependency manager for javascript?

4 点作者 pyronicide超过 14 年前
As time goes on, I seem to collect utilities libraries like underscore.js or jquery. For any project that I work on, I'd like to have the dependencies for these libraries tracked and then have them automatically added to the project that I'm working on. It seems that I end up having copies of different versions of each utility in different directories all over the place. Doing any kind of development on the underlying utilities ends up being even more painful as I end up copying things around (or using symlinks).<p>It makes a little bit of sense to just put everything on a central server and load them from there, but then I end up keeping track of what depends on what.<p>Ideally, I should be able to specify a dependency and have a package manager download the files, keep them in a central location and allow easy development (just the normal package manager features you've come to enjoy).<p>Does anyone know of a project like this?

1 comment

hughw超过 14 年前
dojotoolkit.org has a well baked module system. You can use just the smallish dojo core, then edit your scripts to use dojo.require.