View Source mix tree_sitter.install (tree_sitter v0.0.3)
Installs tree_sitter under _build
.
$ mix tree_sitter.install
$ mix tree_sitter.install --if-missing
By default, it installs 0.20.8 but you can configure it in your config files, such as:
config :tree_sitter, :version, "0.20.8"
options
Options
* `--runtime-config` - load the runtime configuration
before executing command
* `--if-missing` - install only if the given version
does not exist