ts-morph
Purpose
Setup, navigation, and manipulation of the TypeScript AST can be a challenge. This library wraps the TypeScript compiler API so it's simple.
Installing
Install as usual via npm:
npm install --save-dev ts-morph
Or if you're using Deno:
deno add ts-morph@jsr:@ts-morph/ts-morph
Documentation Progress
I've been still slowly updating the documentation. I'm keeping it up to date with any new features, but some existing features don't have documentation.