2

Is there a dependency management tool/library for JavaScript?

PHP has Composer and Packagist.

Ruby on Rails has Bundler.

What is available for JavaScript?

2
  • If your are using grails by chance, it has built-in support for JS (and all other client side) deps mgmt via the resource plugin. Commented Sep 26, 2012 at 8:35
  • @techfoobar thanks for the info, however I am not using Grails. Commented Sep 26, 2012 at 8:38

2 Answers 2

4

Have a look at Bower.

You can specify a components.json file which contains all the dependencies for your project.

Sign up to request clarification or add additional context in comments.

Comments

3

There is npm for nodejs and requirejs for dependency management in the browser.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.