ts-pack-cli-1.6.1 is not a library.
tree-sitter-language-pack — CLI
Command-line tool for managing tree-sitter language parsers with download utilities.
Installation
Or install via Homebrew:
Quick Start
# Initialize a language-pack.toml config
# List available languages
# Download specific languages for offline use
# Check download status
# Add languages to your config
# Clone parser sources
API Reference
Commands
ts-pack init-- initialize alanguage-pack.tomlconfig in the current directoryts-pack list-- list all available language namests-pack download <lang>...-- download specific parsers for offline usets-pack status-- show download status of all configured languagests-pack add <lang>...-- add languages tolanguage-pack.tomlts-pack clone-- clone parser source repositories (for development)ts-pack parse <file>-- parse a file and print the syntax treets-pack process <file>-- extract code intelligence from a file
Global Flags
--config <path>-- path tolanguage-pack.toml(default: current directory)--verbose/-v-- enable verbose output--help-- show help for any command
For full documentation, see kreuzberg.dev.
License
MIT -- see LICENSE for details.
Part of tree-sitter-language-pack -- A comprehensive collection of tree-sitter language parsers with polyglot bindings.