Popularity
7.0
Stable
Activity
0.0
Stable
747
18
65

Programming language: JavaScript
License: MIT License
Tags: Code Analysis    

goast-viewer alternatives and similar packages

Based on the "Code Analysis" category.
Alternatively, view goast-viewer alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of goast-viewer or a related project?

Add another 'Code Analysis' Package

README

GoAst Viewer

Golang AST visualizer.

Demo

GoAst Viewer Demo

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.

$ go get -d github.com/yuroyoro/goast-viewer
$ cd $GOPATH/src/github.com/yuroyoro/goast-viewer
$ make build

Authors