Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.49 KB

README.md

File metadata and controls

57 lines (36 loc) · 1.49 KB

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