Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ranaaditya/groovy2kts
CLI for converting Groovy based Gradle files into Kotlin scripts
https://github.com/ranaaditya/groovy2kts
android cli compiler converters groovy kotlin-scripts regexp rust-cli
Last synced: 25 days ago
JSON representation
CLI for converting Groovy based Gradle files into Kotlin scripts
- Host: GitHub
- URL: https://github.com/ranaaditya/groovy2kts
- Owner: ranaaditya
- License: mit
- Created: 2020-07-15T02:14:54.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2021-04-28T14:07:17.000Z (over 3 years ago)
- Last Synced: 2024-09-30T09:23:42.756Z (about 1 month ago)
- Topics: android, cli, compiler, converters, groovy, kotlin-scripts, regexp, rust-cli
- Language: Rust
- Homepage: https://crates.io/crates/groovy2kts
- Size: 129 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# groovy2kts
Converter for Groovy based Gradle files into Kotlin scripts
This is an experimental project for converting Groovy gradle files into Kotlin scripts.
## Setup
### Linux (WIP)- Install **rust** version - 2018 or later using :
```
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```- Fork this **repo** and clone into local
```
cd groovy2ktscargo build
cargo run
```## Cli (WIP)
```
cargo install groovy2ktsgroovy2kts
```
## Contributor's Guide
Check Contributor's Guide [here](https://github.com/ranaaditya/groovy2kts/wiki/DWoC-Contributor's-Guide)## Todo
Check Todo section [here](https://github.com/ranaaditya/groovy2kts/projects/1)The logo was designed using [TextCraft](https://textcraft.net)