You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2025. It is now read-only.
This package provides a convenient way to install the [tree-sitter-stack-graphs](https://crates.io/crates/tree-sitter-stack-graphs) CLI in an NPM project.
4
+
5
+
Add it as a dev dependency to an existing project using:
6
+
7
+
npm i -D tree-sitter-stack-graphs
8
+
9
+
It is also possible to invoke it directly using:
10
+
11
+
npx tree-sitter-stack-graphs
12
+
13
+
See the tree-sitter-stack-graphs [documentation](https://crates.io/crates/tree-sitter-stack-graphs) for details on usage.
0 commit comments