tree-sitter-bash-mcpsaver
v0.25.2
Published
Bash grammar for tree-sitter
Downloads
2
Maintainers
Readme
tree-sitter-bash
Bash grammar for tree-sitter.
Development
Install the dependencies:
npm installBuild and run the tests:
npm run build
npm run testRun the build and tests in watch mode:
npm run test:watch