dependency-manager

Top 23 dependency-manager Open-Source Projects

  • Poetry

    Python packaging and dependency management made easy

  • Project mention: Understanding Dependencies in Programming | dev.to | 2024-04-14

    You can manage dependencies in Python with the package manager pip, which comes pre-installed with Python. Pip allows you to install and uninstall Python packages, and it uses a requirements.txt file to keep track of which packages your project depends on. However, pip does not have robust dependency resolution features or isolate dependencies for different projects; this is where tools like pipenv and poetry come in. These tools create a virtual environment for each project, separating the project's dependencies from the system-wide Python environment and other projects.

  • Composer

    Dependency Manager for PHP

  • Project mention: Tutorial Cara Instal Composer di Linux | dev.to | 2024-04-11
  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • pnpm

    Fast, disk space efficient package manager

  • Project mention: Let’s build AI-tools with the help of AI and Typescript! | dev.to | 2024-04-23

    Pnpm for install Javascript/Typescript packages, like LangChain.js

  • renovate

    Universal dependency automation tool.

  • Project mention: How use Renovate Bot on self-hosted GitLab | dev.to | 2024-04-22

    There is no built-in Renovate Bot on a self-hosted GitLab. What can we do to set it up and enjoy all the benefits of automatic dependency updates?

  • CocoaPods

    The Cocoa Dependency Manager.

  • Project mention: Show HN: Privacy Manifest CLI tool for iOS apps | news.ycombinator.com | 2024-04-17

    Very nice! love that it is all in swift, will give a closer look later but looks beautiful.

    Recently went through this with a react native app with a ton of old dependencies and it was fairly painful. Wrote a couple not quite as beautiful scripts to help so I wish I had this before.

    Tangential rant: I am all for privacy but find it really obnoxious that the most profitable company in the world is giving open source contributors to their ecosystem work on a deadline. Case in point: https://github.com/CocoaPods/CocoaPods/issues/10325

  • patch-package

    Fix broken node modules instantly πŸƒπŸ½β€β™€οΈπŸ’¨

  • Project mention: Finding Stars and Affirmations in the Sky with Three.js for Ayra Starr | dev.to | 2024-04-01

    In order to allow users to use their device as a controller to adjust the position of the camera and find stars, I use the depreciated DeviceOrientationControls by patching it back into Three. In order for DeviceOrientationControls to function, we need access the user to grant access to their device's orientation. I attempt to gain access to this, alongside their camera, during a previous step of the UX using a custom composable I wrote for this purpose. You can see that permission step in the mockup video above. Once this permission is granted, we can initialize our DeviceOrienationControls with a single line.

  • GVM

    Go Version Manager

  • Project mention: GoLand 2023.3 is out. It features support for Dev Containers (early access), new refactorings, asdf support, code-insight for custom string functions, and many more | /r/golang | 2023-12-07
  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • athens

    A Go module datastore and proxy (by gomods)

  • Project mention: The Athens Project – a Go module proxy | news.ycombinator.com | 2024-04-20
  • ModernCppStarter

    πŸš€ Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.

  • CPM.cmake

    πŸ“¦ CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management.

  • Project mention: Using raylib with Dear ImGui: Game Dev Debugging UI | dev.to | 2024-04-06

    I like to pin GitHub dependencies using a commit hash, instead of a tag. You need a recent CPM.cmake file in your project for CPM to work.

  • Mint

    A package manager that installs and runs executable Swift packages (by yonaskolb)

  • rnx-kit

    Modern, scalable tools. Exceptional developer experience.

  • peru

    a generic package manager, for including other people's code in your projects

  • g

    Simple go version manager, gluten-free

  • Project mention: A Journey to Find an Ultimate Development Environment | dev.to | 2024-02-02

    The purpose of a version manager is to help you navigate or install any tools for development easily. Version Manager can be one tool for each dependency (e.g. NVM, g) or One tool for all dependencies (e.g. asdf, mise).

  • shrinkpack

    Fast, resilient, reproducible builds with npm install.

  • gel

    A modern gem manager: Gel is a lightweight alternative to Bundler (by gel-rb)

  • huak

    My experimental python package manager.

  • Project mention: Why is poetry such a mess? | /r/Python | 2023-04-28
  • updatecli

    A Declarative Dependency Management tool

  • Project mention: Top 10 CLI Tools for DevOps Teams | dev.to | 2023-08-14

    Updatecli is a useful tool for fine-tuning update strategies in DevOps. As you've probably experienced, manual updates often result in outdated specs because figuring out what can be updated is tricky.

  • cget

    C++ package retrieval

  • Composer-docker

    Composer in Docker (by composer)

  • Project mention: Best practices for building a production-ready Dockerfile for PHP applications | dev.to | 2023-08-23

    The same principle applies to any other images you may depend on, such as composer for dependency installation. Select the image tag that matches the major composer version you're using on your machine β€” composer:2 instead of composer:latest.

  • mbt

    The most flexible build tool for monorepo

  • conda-tree

    conda dependency tree helper

  • poetry.el

    Python dependency management and packaging in Emacs

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

dependency-manager related posts

Index

What are some of the best open-source dependency-manager projects? This list will help you:

Project Stars
1 Poetry 29,483
2 Composer 28,264
3 pnpm 27,687
4 renovate 15,732
5 CocoaPods 14,422
6 patch-package 9,953
7 GVM 9,607
8 athens 4,333
9 ModernCppStarter 4,048
10 CPM.cmake 2,569
11 Mint 2,215
12 rnx-kit 1,419
13 peru 1,101
14 g 882
15 shrinkpack 793
16 gel 765
17 huak 614
18 updatecli 484
19 cget 443
20 Composer-docker 252
21 mbt 215
22 conda-tree 150
23 poetry.el 141

Sponsored
Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com