News

yarn add ascii-file-tree # or npm install ascii-file-tree --save Import it into your project, and call the generate function. const aft = require ( 'ascii-file-tree' ) ; // or import aft from ...
This library parses USD ASCII files using tree-sitter to produce a light-weight grammar of the file. For those who don't know what tree-sitter is and why you'd care to use it, see Why Tree-sitter?.