Run the following command to install the required NPM dependencies:
npm iYou can find Make commands in the Makefile in the root of the project.
Run the following command to build the parser:
make generateRun the following command to install tree sitter:
make installRun the following command to test that everything works:
make testNote
If you use 🐳 Docker instead of 🦦 Podman, just replace podman-compose with docker compose in code examples below.
To build the image, run this command:
podman-compose buildTo enter inside the container, run this command:
podman-compose run --rm appYou'll be able to run NPM commands inside of the container.
The Tree Sitter Textwire project is licensed under the MIT License