0.0.2 • Published 4 years ago
typescript-estree-cli v0.0.2
typescript-estree-cli
Cli tool for generating AST from typescript source files
Usage
Using NodeJS
node ./typescript-estree-cli.js --sourcePath=path/to/your/file.ts --outPath=file.ast.json
Windows
.\typescript-estree-cli.exe --sourcePath=path/to/your/file.ts --outPath=file.ast.json
Linux
./typescript-estree-cli --sourcePath=path/to/your/file.ts --outPath=file.ast.json
MacOS
./typescript-estree-cli --sourcePath=path/to/your/file.ts --outPath=file.ast.json
0.0.2
4 years ago