0.0.4 • Published 2 months ago

@curlconverter/tree-sitter-bash v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

tree-sitter-bash

Build Status Build status

Bash grammar for tree-sitter.

Development

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

References