https://github.com/designliquido/asdf-delegua
O plugin de Delégua para asdf.
https://github.com/designliquido/asdf-delegua
Last synced: about 1 year ago
JSON representation
O plugin de Delégua para asdf.
- Host: GitHub
- URL: https://github.com/designliquido/asdf-delegua
- Owner: DesignLiquido
- License: mit
- Created: 2023-09-07T04:09:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T05:12:41.000Z (over 2 years ago)
- Last Synced: 2025-06-07T11:09:34.349Z (about 1 year ago)
- Language: Shell
- Size: 25.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-delegua [](https://github.com/DesignLiquido/asdf-delegua/actions/workflows/build.yml) [](https://github.com/DesignLiquido/asdf-delegua/actions/workflows/lint.yml)
O plugin de [Delégua](https://github.com/DesignLiquido/delegua) para o [asdf version manager](https://asdf-vm.com).
# Conteúdo
- [Dependências](#dependências)
- [Instalação](#instalação)
- [Contribuindo](#contribuindo)
- [Licença](#licença)
# Dependências
- `node`: Pelo menos da versão 16 em diante.
# Instalação
Plugin:
```shell
asdf plugin add delegua
# or
asdf plugin add delegua https://github.com/DesignLiquido/asdf-delegua.git
```
Delégua:
```shell
# Mostrar todas as versões instaláveis
asdf list-all delegua
# Instalar uma versão específica
asdf install delegua latest
# Definir uma versão globalmente (no seu arquivo ~/.tool-versions)
asdf global delegua latest
# Agora os comandos de `delegua` estão disponíveis
delegua --versao
```
Verifique o README do [asdf](https://github.com/asdf-vm/asdf) para mais informações sobre como instalar e gerenciar versões.
# Contribuindo
Contribuições de qualquer tipo são bem-vindas! Veja o [guia de contribuição](contribuindo.md).
[Obrigado a todos os contribuidores](https://github.com/DesignLiquido/asdf-delegua/graphs/contributors)!
# Licença
Veja o arquivo [LICENSE](LICENSE) © [Design Líquido](https://github.com/DesignLiquido/)