ivanvc / asdf-tree-sitter

asdf Tree-sitter package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-tree-sitter Build Lint

tree-sitter plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, gzip, cut: generic POSIX utilities.

Install

Plugin:

asdf plugin add tree-sitter
# or
asdf plugin add tree-sitter https://github.com/ivanvc/asdf-tree-sitter.git

tree-sitter:

# Show all installable versions
asdf list-all tree-sitter

# Install specific version
asdf install tree-sitter latest

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

# Now tree-sitter commands are available
tree-sitter --help

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 © Ivan Valdes

About

asdf Tree-sitter package

License:MIT License


Languages

Language:Shell 100.0%