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 1c6b27ae7a
take optional ssh-key argument for enterprise release publisher
2024-03-21 10:29:21 +01:00
color-alpha-converter add color alpha converter 2022-04-30 22:36:00 +02:00
drawable-mover add drawable mover script 2023-05-16 17:01:26 +02:00
enterprise-release-publisher take optional ssh-key argument for enterprise release publisher 2024-03-21 10:29:21 +01:00
gradle-cache-extractor adapt gradle cache extractor readme 2023-01-30 09:53:34 +01:00
playstore-apk-puller add playstore apk puller 2023-08-01 12:22:20 +02:00
resource-renamer add drawable mover script 2023-05-16 17:01:26 +02:00
wireless-adb-helper-tool fix issue in waht when connecting to devices with multiple ip addresses 2023-06-13 16:48:21 +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.