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: Node package managers (npm, yarn, pnpm) - All you need to know | dev.to | 2024-05-02

    pnpm

  • renovate

    Universal dependency automation tool.

  • Project mention: Git commit helper: add emojis to your commits | dev.to | 2024-05-04
  • 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
  • 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
  • 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.

  • 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

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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

  • The Athens Project – a Go module proxy

    1 project | news.ycombinator.com | 20 Apr 2024
  • Pnpm 9

    1 project | news.ycombinator.com | 18 Apr 2024
  • Understanding Dependencies in Programming

    4 projects | dev.to | 14 Apr 2024
  • Manage project dependencies correctly

    1 project | dev.to | 13 Apr 2024
  • Tutorial Cara Instal Composer di Linux

    1 project | dev.to | 11 Apr 2024
  • Using raylib with Dear ImGui: Game Dev Debugging UI

    5 projects | dev.to | 6 Apr 2024
  • Routing implementation using PHP attributes

    2 projects | dev.to | 10 Mar 2024
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 4 May 2024
    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. Learn more →

Index

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

Project Stars
1 Poetry 29,552
2 Composer 28,278
3 pnpm 27,802
4 renovate 15,794
5 CocoaPods 14,428
6 patch-package 9,975
7 GVM 9,635
8 athens 4,339
9 ModernCppStarter 4,064
10 CPM.cmake 2,581
11 Mint 2,218
12 rnx-kit 1,422
13 peru 1,102
14 g 884
15 shrinkpack 793
16 gel 765
17 huak 614
18 updatecli 489
19 cget 443
20 Composer-docker 252
21 mbt 216
22 conda-tree 150
23 poetry.el 142

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com