I’m looking for a web-based system to simply manage libraries as private packages.
I’m looking for a web-based system to simply manage libraries as private packages.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From a different perspective it seems you want to build an online repository of JavaScript libraries. I’ve seen people making efforts to use Maven for JavaScript library management and you would “manage the tangle” with a repository manager (like Nexus or Archiva). I dare say there are other similar offerings if Maven isn’t your thing (Gradle, Grapes, Ivy …).
(Moved from comments, as I thought this wasn’t so much seeking clarification as it was suggesting a solution)