Skip to content
This repository was archived by the owner on Jun 14, 2023. It is now read-only.

Autodetect package manager #267

Open
syrusakbary opened this issue Aug 30, 2022 · 0 comments
Open

Autodetect package manager #267

syrusakbary opened this issue Aug 30, 2022 · 0 comments

Comments

@syrusakbary
Copy link
Member

Depending on the language that the user is using, we can use one or other package manager:
For example.

  • JS
    • Node (package.json/ package.lock) - Default
    • Yarn (yarn.lock)
    • Bun (bun.lockb)
  • Python
    • PIP (requirements.txt) - Default
    • PipEnv (Pipfile / Pipfile.lock)
    • Poetry (pyproject.toml / poetry.lock)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant