It is a dependency manager for .NET and mono projects, which is designed to work well with NuGet packages and also enables referencing files directly from Git repositories or any HTTP resource. It enables precise and predictable control over what packages the projects within your application reference. | It provides a consistent environment for Ruby projects by tracking and installing the exact gems and versions that are needed. It is an exit from dependency hell, and ensures that the gems you need are present in development, staging, and production. |
dependency manager for .NET ; Support for NuGet packages ;Support for git repositories | - |
Statistics | |
GitHub Stars 2.1K | GitHub Stars - |
GitHub Forks 520 | GitHub Forks - |
Stacks 7 | Stacks 1.1K |
Followers 7 | Followers 64 |
Votes 0 | Votes 0 |
Integrations | |
| No integrations available | |

npm is the command-line interface to the npm ecosystem. It is battle-tested, surprisingly flexible, and used by hundreds of thousands of JavaScript developers every day.

RequireJS loads plain JavaScript files as well as more defined modules. It is optimized for in-browser use, including in a Web Worker, but it can be used in other JavaScript environments, like Rhino and Node. It implements the Asynchronous Module API. Using a modular script loader like RequireJS will improve the speed and quality of your code.

Browserify lets you require('modules') in the browser by bundling up all of your dependencies.

Yarn caches every package it downloads so it never needs to again. It also parallelizes operations to maximize resource utilization so install times are faster than ever.

Component's philosophy is the UNIX philosophy of the web - to create a platform for small, reusable components that consist of JS, CSS, HTML, images, fonts, etc. With its well-defined specs, using Component means not worrying about most frontend problems such as package management, publishing components to a registry, or creating a custom build process for every single app.

A simple, zero-config-required local private npm registry. Comes out of the box with its own tiny database, and the ability to proxy other registries (eg. npmjs.org), caching the downloaded modules along the way.

It is the package installer for Python. You can use pip to install packages from the Python Package Index and other indexes.

Duo is a next-generation package manager that blends the best ideas from Component, Browserify and Go to make organizing and writing front-end code quick and painless.

It is a new kind of package registry for the modern web. It handles formatting, configuring, building and publishing every package on the registry, so that individual authors don't have to.

It helps you declare, manage and install dependencies of Python projects, ensuring you have the right stack everywhere. It comes with all the tools you might need to manage your projects in a deterministic way.