Add support for "mise-en-place" #26596
Replies: 3 comments
-
Hi there, You're asking us to support a new package manager. We need to know some basic information about this package manager first. Please copy/paste the new package manager questionnaire, and fill it out in full. Once the questionnaire is filled out we'll decide if we want to support this new manager. Good luck, The Renovate team |
Beta Was this translation helpful? Give feedback.
-
New package manager questionnaireDid you read our documentation on adding a package manager?
BasicsWhat's the name of the package manager?"mise-en-place" or simply "mise" What language(s) does this package manager support?Virtually all of them. How popular is this package manager?It's ~200th place in Homebrew across all formulas. Does this language have other (competing?) package managers?
What are the big selling points for this package manager?Performance, developer experience. Mise's goal is to become the "front-end to your dev env" with the ultimate goal of being the standard choice for developers at organizations and in open source projects to adopt for running their codebases locally. Explain how this package manager is different from existing ones. Mise focuses on DX first. Other projects try to optimize for things like stability, cross-platform support, or hardened security models—while these are also things mise strives to achieve they come second after DX at least right now. Compared to asdf, mise is a more ambitious project with a broader feature set targeting things like dev environment management and task execution. Detecting package filesWhat kind of package files, and names, does this package manager use?
Which
|
Beta Was this translation helpful? Give feedback.
-
Converted to feature request issue: #28918 |
Beta Was this translation helpful? Give feedback.
-
Tell us more.
Mise is mostly a clone of "asdf" see: https://mise.jdx.dev/comparison-to-asdf.html
It supports
.tool-versions
file but also offers a new file format.mise.toml
, see: https://mise.jdx.dev/configuration.htmlIt would be great to support this dependency manager
Beta Was this translation helpful? Give feedback.
All reactions