UNPKG

694 BMarkdownView Raw
1[![Build Status](https://travis-ci.org/mgechev/ngast.svg?branch=master)](https://travis-ci.org/mgechev/ngast)
2
3# ngast
4
5This library provides user friendly API for parsing Angular projects.
6
7# How to use?
8
9```
10$ npm i @angular/core @angular/compiler @angular/compiler-cli ngast --save
11```
12
13Take a look at the [documentation](https://mgechev.github.io/ngast/).
14
15# Example
16
17Projects using ngast:
18
19- [ngrev](https://github.com/mgechev/ngrev) - Tool for reverse engineering of Angular applications.
20- [codelyzer](https://github.com/mgechev/codelyzer) - Static code analysis for Angular projects.
21- [ngworld](https://github.com/mgechev/ngworld) - Visualization of Angular projects.
22
23# License
24
25MIT
26