nvm, poetry, pyenv, rbenv: add asdf to see also section (#12034)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
pull/23/head
Vitor Henrique 2024-01-09 06:04:06 -03:00 committed by GitHub
parent fd745e9167
commit 73cfa3a205
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,7 @@
> Install, uninstall or switch between Node.js versions.
> Supports version numbers like "12.8" or "v16.13.1", and labels like "stable", "system", etc.
> See also: `asdf`.
> More information: <https://github.com/creationix/nvm>.
- Install a specific version of Node.js:

View File

@ -1,6 +1,7 @@
# poetry
> Manage Python packages and dependencies.
> See also: `asdf`.
> More information: <https://python-poetry.org/docs/cli/>.
- Create a new Poetry project in the directory with a specific name:

View File

@ -1,6 +1,7 @@
# pyenv
> Switch between multiple versions of Python easily.
> See also: `asdf`.
> More information: <https://github.com/pyenv/pyenv>.
- List all available commands:

View File

@ -1,6 +1,7 @@
# rbenv
> A tool to easily install Ruby versions and manage application environments.
> See also: `asdf`.
> More information: <https://github.com/rbenv/rbenv>.
- Install a Ruby version: