A collection of scripts that make my life as Android developer a bit easier. All written in Clojure and require Babashka.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Florian Schrofner 227333cb14 add playstore apk puller 2 months ago
color-alpha-converter add color alpha converter 1 year ago
drawable-mover add drawable mover script 4 months ago
enterprise-release-publisher add license and root folder readme 8 months ago
gradle-cache-extractor adapt gradle cache extractor readme 8 months ago
playstore-apk-puller add playstore apk puller 2 months ago
resource-renamer add drawable mover script 4 months ago
wireless-adb-helper-tool fix issue in waht when connecting to devices with multiple ip addresses 3 months ago
LICENSE add license and root folder readme 8 months ago
readme.md add license and root folder readme 8 months ago

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.