Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thehxdev/asdf-sing-box
asdf plugin to install sing-box core
https://github.com/thehxdev/asdf-sing-box
Last synced: about 2 months ago
JSON representation
asdf plugin to install sing-box core
- Host: GitHub
- URL: https://github.com/thehxdev/asdf-sing-box
- Owner: thehxdev
- License: mit
- Created: 2024-08-29T12:55:45.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T22:21:13.000Z (5 months ago)
- Last Synced: 2024-08-30T15:48:59.711Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-sing-box [![Build](https://github.com/thehxdev/asdf-sing-box/actions/workflows/build.yml/badge.svg)](https://github.com/thehxdev/asdf-sing-box/actions/workflows/build.yml) [![Lint](https://github.com/thehxdev/asdf-sing-box/actions/workflows/lint.yml/badge.svg)](https://github.com/thehxdev/asdf-sing-box/actions/workflows/lint.yml)
[sing-box](https://github.com/sagernet/sing-box) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)# Dependencies
- `bash`, `jq`, `curl`, `tar`, and [POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html).
# Install
Plugin:
```shell
asdf plugin add sing-box https://github.com/thehxdev/asdf-sing-box.git
```sing-box:
```shell
# Show all installable versions
asdf list-all sing-box# Install latest stable version
asdf install sing-box latest# Install specific version
# First, get all versions with `asdf list-all sing-box` command
asdf install sing-box# Set stable version globally (on your ~/.tool-versions file)
asdf global sing-box latest# Set specific version globally (on your ~/.tool-versions file)
asdf global sing-box# Now sing-box commands are available
sing-box --help
```Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.# Contributing
Contributions of any kind welcome! See the [contributing guide](contributing.md).
[Thanks goes to these contributors](https://github.com/thehxdev/asdf-sing-box/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Hossein Khosravi](https://github.com/thehxdev/)