Giter Club home page Giter Club logo

Comments (6)

mmarchini avatar mmarchini commented on May 12, 2024 1

yeah, environment variables could work too. I think configuration files are more user-friendly (especially for users not super familiar with Unix systems or for Windows users), but env variables work especially if we have a really limited set of configuration options.

from corepack.

arcanis avatar arcanis commented on May 12, 2024 1

Implemented pmm pack & pmm hydrate + tests, along with the PMM_ENABLE_NETWORK environment value.

from corepack.

arcanis avatar arcanis commented on May 12, 2024

Of note, this would also enable private proxies & registries at no configuration cost: users would just have to fetch the tarballs themselves, using their preferred tools. Basic example:

wget https://user:[email protected]/yarn-1.22.4.tgz

from corepack.

arcanis avatar arcanis commented on May 12, 2024

cc @mmarchini

from corepack.

mmarchini avatar mmarchini commented on May 12, 2024

yeah, I think that works. Would it also be possible to have a global config file for pmm where we could set pmm to never download the package manager (useful for Docker images) or to always download without asking (useful for adventurous users on development environments), along other settings?

from corepack.

arcanis avatar arcanis commented on May 12, 2024

It could - one tricky thing with configuration variables is that .. well .. you need to load this configuration, and things get ever so slightly more complicated. Do you think keeping that as an environment variable would work? Something like:

PMM_FALLBACK_BEHAVIOR=<none|request|accept>

from corepack.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.