Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/siman/ast.ts
- Owner: siman
- License: apache-2.0
- Created: 2013-10-19T00:02:56.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-03T21:24:48.000Z (about 11 years ago)
- Last Synced: 2024-10-11T23:25:37.585Z (26 days ago)
- Language: TypeScript
- Homepage:
- Size: 480 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```