https://github.com/ivanvc/asdf-ttyd
asdf ttyd package
https://github.com/ivanvc/asdf-ttyd
asdf-plugin
Last synced: over 1 year ago
JSON representation
asdf ttyd package
- Host: GitHub
- URL: https://github.com/ivanvc/asdf-ttyd
- Owner: ivanvc
- License: mit
- Created: 2023-07-01T05:41:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-03T19:23:25.000Z (about 3 years ago)
- Last Synced: 2025-01-23T20:52:50.695Z (over 1 year ago)
- Topics: asdf-plugin
- Language: Shell
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-ttyd [](https://github.com/ivanvc/asdf-ttyd/actions/workflows/build.yml) [](https://github.com/ivanvc/asdf-ttyd/actions/workflows/lint.yml)
[ttyd](https://github.com/tsl0922/ttyd) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)
# Dependencies
- `bash`, `curl`, `tar`: generic POSIX utilities.
- `cmake`, `libjson-c-dev`, `libwebsockets-dev` if installing from source
(`json-c` and `libwebsockets` on macOS)
# Install
Plugin:
```shell
asdf plugin add ttyd
# or
asdf plugin add ttyd https://github.com/ivanvc/asdf-ttyd.git
```
ttyd:
```shell
# Show all installable versions
asdf list-all ttyd
# Install specific version
asdf install ttyd latest
# Set a version globally (on your ~/.tool-versions file)
asdf global ttyd latest
# Now ttyd commands are available
ttyd -h
```
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/ivanvc/asdf-ttyd/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Ivan Valdes](https://github.com/ivanvc/)