A collection of scripts that make my life as Android developer a bit easier. All written in Clojure and require Babashka.
 
Go to file
Florian Schrofner 7dcc8b095c adapt gradle cache extractor readme 2023-01-30 09:53:34 +01:00
color-alpha-converter add color alpha converter 2022-04-30 22:36:00 +02:00
enterprise-release-publisher add license and root folder readme 2023-01-28 23:00:29 +01:00
gradle-cache-extractor adapt gradle cache extractor readme 2023-01-30 09:53:34 +01:00
resource-renamer add resource renamer script 2022-10-16 14:41:01 +02:00
wireless-adb-helper-tool add wireless adb helper tool 2022-04-16 16:53:36 +02:00
LICENSE add license and root folder readme 2023-01-28 23:00:29 +01:00
readme.md add license and root folder readme 2023-01-28 23:00:29 +01:00

readme.md

Android Scripts

Welcome to my personal script collection.
This repository contains a selection of scripts which I created to make my life as Android developer a bit easier. Whenever I feel like there's a need for it, I'll add another one.
Just take what appeals to you, I'd be happy if it helped you in some way!

Running

All scripts are written in Clojure and require Babashka to run. Just follow the instructions for your operating system on the website. In case there's no proper way of distribution for your OS you can always just download the binary from their releases and add it to your path, which is what I'm also doing.

To get info on how to actually use the individual scripts just take a look in the corresponding folder. Normally each folder should contain a readme which explains the purpose and usage of the script.

License

These scripts are all "unlicensed", see the LICENSE file.