Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gradle/gradle-model-vis
https://github.com/gradle/gradle-model-vis
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/gradle/gradle-model-vis
- Owner: gradle
- Archived: true
- Created: 2016-02-02T11:45:10.000Z (almost 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-02-21T16:04:28.000Z (over 8 years ago)
- Last Synced: 2024-09-22T19:04:26.100Z (about 2 months ago)
- Language: JavaScript
- Homepage: http://gradle.github.io/gradle-model-vis/
- Size: 2.22 MB
- Stars: 3
- Watchers: 12
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Gradle Software Model Log Visualizer
Try it:
* http://gradle.github.io/gradle-model-vis/
### Here's how to use
1. Run Gradle with some task and convert the debug output to a JSON
```text
$ ./gradlew --debug model | groovy process-log.groovy > samples/gradle-model.json
```2. Start web-server
```text
$ python -m SimpleHTTPServer 8080
```3. Open [http://localhost:8080/#samples/gradle-model.json](http://localhost:8080/#samples/gradle-model.json)
!["./gradlew model" visualized](images/sample.gif)