Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuroyoro/Goast-viewer
Golang AST visualizer
https://github.com/yuroyoro/Goast-viewer
Last synced: 20 days ago
JSON representation
Golang AST visualizer
- Host: GitHub
- URL: https://github.com/yuroyoro/Goast-viewer
- Owner: yuroyoro
- License: mit
- Created: 2014-06-30T11:09:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-30T06:58:38.000Z (12 months ago)
- Last Synced: 2024-08-04T01:28:19.083Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.04 MB
- Stars: 763
- Watchers: 18
- Forks: 66
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GoAst Viewer
================================================================Golang AST visualizer.
## Demo
[GoAst Viewer Demo](https://yuroyoro.github.io/goast-viewer/index.html)
![](https://raw.githubusercontent.com/yuroyoro/goast-viewer/master/goast-viewer.png)
## Usage
You just need to run a http server and open your browser to `index.html`
## Installation
To install, use `go get` and `make install`.
```bash
$ go get -d github.com/yuroyoro/goast-viewer
$ cd $GOPATH/src/github.com/yuroyoro/goast-viewer
$ make build
```## Authors
- [yuroyoro](https://github.com/yuroyoro)
- [paulvollmer](https://github.com/paulvollmer)