Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/siman/ast.ts

Export AST of TypeScript definitions
https://github.com/siman/ast.ts

Last synced: about 8 hours ago
JSON representation

Export AST of TypeScript definitions

Awesome Lists containing this project

README

        

AST.ts
======

Export AST (Abstract Syntax Tree) of TypeScript definitions

## Install

Install Node.js and then next modules:

```bash
npm install typescript
npm install typescript.api
npm install underscore
npm install dustjs-linkedin
npm install dustjs-helpers
```

## Run

```bash
node main.js
```