https://github.com/ivanvc/asdf-tree-sitter
asdf Tree-sitter package
https://github.com/ivanvc/asdf-tree-sitter
asdf-plugin
Last synced: 3 months ago
JSON representation
asdf Tree-sitter package
- Host: GitHub
- URL: https://github.com/ivanvc/asdf-tree-sitter
- Owner: ivanvc
- License: mit
- Created: 2023-06-16T22:08:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T05:05:49.000Z (11 months ago)
- Last Synced: 2025-01-23T20:52:24.986Z (5 months ago)
- Topics: asdf-plugin
- Language: Shell
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-tree-sitter [](https://github.com/ivanvc/asdf-tree-sitter/actions/workflows/build.yml) [](https://github.com/ivanvc/asdf-tree-sitter/actions/workflows/lint.yml)
[tree-sitter](https://github.com/tree-sitter/tree-sitter) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)# Dependencies
- `bash`, `curl`, `gzip`, `cut`: generic POSIX utilities.
# Install
Plugin:
```shell
asdf plugin add tree-sitter
# or
asdf plugin add tree-sitter https://github.com/ivanvc/asdf-tree-sitter.git
```tree-sitter:
```shell
# 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](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-tree-sitter/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Ivan Valdes](https://github.com/ivanvc/)