Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
collyw
11y ago
0 comments
Save
Share
Whats the JavaScript equivalent? Every time I need to delve in to JavScript it seems a mess. Or Java for that matter.
0 comments
2 comments · 1 top-level
top
newest
oldest
maxlybbert
11y ago
· 1 in thread
Npm. It's meant for Node-js code, but you can use it to make sure modules are installed in your source directory for a website. Aside from npm, there are public CDNs available (
http://www.jsdelivr.com/
and
https://cdnjs.com/
).
maxlybbert
11y ago
For Java (btw), there isn't a central repository, but Maven lets you download the Internet (
http://blog.sonatype.com/2011/04/how-not-to-download-the-int...
) which solves the same problem.
j
/
k
navigate · click thread line to collapse