@intouchgroup/js-method-syntax-tree

CLI to generate a syntax tree for JavaScript methods

Usage no npm install needed!

<script type="module">
  import intouchgroupJsMethodSyntaxTree from 'https://cdn.skypack.dev/@intouchgroup/js-method-syntax-tree';
</script>

README

@intouchgroup/js-method-syntax-tree

CLI to generate a syntax tree for JavaScript methods

Installation

Install this package via npm:

npm i -g @intouchgroup/js-method-syntax-tree

Usage

Pipe text content into this script (such as a JS file), and pass it a search string (such as library name):

ag 'React.' -Q | js-method-syntax-tree 'React'