0.0.2 • Published 3 years ago

typescript-estree-cli v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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