Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lacasseio/gradlewebconsole
Gradle web console
https://github.com/lacasseio/gradlewebconsole
gradle
Last synced: 2 days ago
JSON representation
Gradle web console
- Host: GitHub
- URL: https://github.com/lacasseio/gradlewebconsole
- Owner: lacasseio
- Created: 2019-11-16T13:44:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-24T02:52:28.000Z (over 3 years ago)
- Last Synced: 2024-11-11T21:42:32.619Z (2 months ago)
- Topics: gradle
- Homepage: https://try.gradle.sh/
- Size: 2.09 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gradle Web Console
The one and only Gradle web console.
It allows the user to execute a single build script using the Groovy DSL from within your browser, no installation required.This project is a proof-of-concept (POC).
The service quality may degrade or stop working without notice.
There may also be bugs.
If you feel brave enough, open GitHub issues for any bugs, features or improvements you would love to see.
Once the source code will be public, you will be able to contribute.
Feel free to vote on [this issue if you want to have access to the source code faster](https://github.com/lacasseio/gradlewebconsole/issues/2).## Features
- Live edit a Groovy DSL build script directly in the browser
- Execute any Gradle command directly in the browser on the authored build script
- Share a quick link to your build script in this console: https://try.gradle.sh/?content=dGFza3MucmVnaXN0ZXIoInNheUhlbGxvIikgewogICAgZG9MYXN0IHsKICAgICAgICBwcmludGxuKCJIZWxsbyBldmVyeW9uZSB3aXRoIHRoaXMgbGluayEiKTsKICAgIH0KfQoK
- NOTE: The link is quite long because it's only a dumb base64 of the script
- Every Gradle commands gets a [build scan](https://scans.gradle.com/)!