wpyoga / asdf-code-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-code-server Build Lint

code-server plugin for the asdf version manager.

Contents

Dependencies

Generic Linux / macOS shell utilities.

code-server requires node.js, but it's already bundled with the installer.

Install

Plugin:

asdf plugin add code-server
# or
asdf plugin add code-server https://github.com/wpyoga/asdf-code-server.git

code-server:

# Show all installable versions
asdf list-all code-server

# Install specific version
asdf install code-server latest

# Set a version globally (on your ~/.tool-versions file)
asdf global code-server latest

# Now code-server commands are available
code-server --version

Check asdf readme for more instructions on how to install & manage versions.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © William Poetra Yoga

About

License:MIT License


Languages

Language:Shell 100.0%