Skip to content

Configure installation location per project (similar to Bundler config) #278

@jkmathew

Description

@jkmathew

Problem:

Currently, Mint installs all tools globally by default, which can lead to conflicts or complications when working with multiple projects that require different versions of the same tool, also on the CI.

I would like to propose to introduce a configuration option, either via a .mintconfig file or project-specific settings in the Mintfile file, to allow developers to define the installation location of Mint-managed tools on a per-project basis. For example, tools could be installed in a ./mint/ directory within the project, rather than globally.

The second option will be easy once we have #165 implemented.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions