| Crates.io | tree-sitter-bash |
| lib.rs | tree-sitter-bash |
| version | 0.25.1 |
| created_at | 2021-03-04 22:20:37.074428+00 |
| updated_at | 2025-12-02 17:02:57.160324+00 |
| description | Bash grammar for tree-sitter |
| homepage | |
| repository | https://github.com/tree-sitter/tree-sitter-bash |
| max_upload_size | |
| id | 363926 |
| size | 10,252,064 |
Bash grammar for tree-sitter.
Install the dependencies:
npm install
Build and run the tests:
npm run build
npm run test
Run the build and tests in watch mode:
npm run test:watch