• Stars
    star
    3,822
  • Rank 10,972 (Top 0.3 %)
  • Language
    Ruby
  • License
    MIT License
  • Created over 8 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

โ˜๏ธ Try the demo project of any Android Library

dryrun

Try any android library hosted online directly from the command line

downloads npm Android Weekly Codacy Badge Closed

Install

gem install dryrun

Usage

dryrun https://github.com/cesarferreira/android-helloworld

Wait a few seconds and the app is now opened on your phone ๐Ÿ˜ƒ

$ dryrun -h
Usage: dryrun GIT_URL [OPTIONS]

Options
    -m, --module MODULE_NAME         Custom module to run
    -b, --branch BRANCH_NAME         Checkout custom branch to run
    -f, --flavour FLAVOUR            Custom flavour (e.g. dev, qa, prod)
    -p, --path PATH                  Custom path to android project
    -t, --tag TAG                    Checkout tag/commit hash to clone (e.g. "v0.4.5", "6f7dd4b")
    -c, --cleanup                    Clean the temporary folder before cloning the project
    -w, --wipe                       Wipe the temporary dryrun folder
    -h, --help                       Displays help
    -v, --version                    Displays the version
    -a, --android-test               Execute android tests

Alternative scenario (if you don't use dryrun)

  1. Find the github's repository url
  2. Click the download zip
  3. Extract the zip file
  4. Open Android Studio
  5. Import the project you just downloaded
  6. Sync gradle
  7. Run the project
  8. Choose the device you want to run
  9. Test all you want
  10. Delete the project folder and the zip file when you don't want it anymore

Goodies

  • Private repos can be tested too ๐Ÿ˜ƒ
  $ dryrun [email protected]:cesarferreira/android-helloworld.git
  • No need to cleanup after you test the library.
  • No need to wait for Android Studio to load.

Notes

Be aware that $ANDROID_SDK_ROOT environment variable needs to be set. See more in here

Additionally, on windows in order to use git commands, the following path should be on the environment variable

  • ...\Git\cmd

Created by

Cesar Ferreira

License

MIT ยฉ Cesar Ferreira

More Repositories

1

SwiftEventBus

A publish/subscribe EventBus optimized for iOS
Swift
1,082
star
2

drone

๐Ÿฐ The missing library manager for Android Developers
JavaScript
515
star
3

alfi

Android Library Finder
Ruby
502
star
4

RxPeople

Observing people... wait what?
Java
425
star
5

colorize

Access to 1000+ colors on android!
Java
410
star
6

CatKit

Android kit for cat placeholders ๐Ÿฑ
Java
270
star
7

AndroidQuickUtils

Android Development Utils
Java
260
star
8

purrge

๐Ÿฑ Quickly purrge android apps from your phone
JavaScript
185
star
9

RxPaper

Reactive extension for NoSQL data storage on Android
Java
176
star
10

android-rocket-launcher

๐Ÿš€ Launch android modules from the terminal
Kotlin
163
star
11

gradlr

๐ŸŒ€ Fastest auto complete for gradle tasks
JavaScript
152
star
12

MaterialComponent.Banner

Material component for Android: Banner
Kotlin
114
star
13

international

Tool to convert CSV to localization specific files (ios/android)
Ruby
102
star
14

j2j

Convert any file.json to the corresponding mapped java files
Ruby
64
star
15

faker

A kotlin extension to load images asynchronously on android
Kotlin
58
star
16

kotlin-pluralizer

โ˜€๏ธ Kotlin extension to pluralize and singularize strings
Kotlin
49
star
17

react-native-logcat

โšก Colored Logcat for react-native android
Ruby
48
star
18

tempo

โŒšKotlin intuitive Date extensions.
Kotlin
39
star
19

seguro

Secure persistence using AES+CBC encryption on Android with no dependencies.
Kotlin
35
star
20

flutter-architecture-example

Easy Flutter architecture using dependency injection (DI) + BLoC + State Manager + Repository Pattern
Dart
29
star
21

jsonify

Convert any Java object to JSON for easier debugging
Java
27
star
22

git-gud

:octocat: Tool to enhance your github workflow
JavaScript
26
star
23

goplaces

๐Ÿ’ช Launch apps on your phone/emulator from the terminal
JavaScript
26
star
24

monzo-cli

๐Ÿ’ณ Monzo bank command line interface client
Ruby
26
star
25

gito

โšก git helper tool to clone/open/auto-install/edit with a one-liner
Ruby
26
star
26

interactive-git-tag

:octocat: Interactive tool that helps with your git tagging by suggesting versions
JavaScript
25
star
27

lasertag

Automatically map android app versions to git tags
Ruby
24
star
28

generator-android-library

Boilerplate code for creating an android library
JavaScript
23
star
29

facelift

Quick github-pages generator
JavaScript
23
star
30

open-on-android

Open anything on your android phone
JavaScript
20
star
31

tray-apk-install

๐Ÿ’Ž Fastest way to install APKs
JavaScript
19
star
32

Pretender

Lorem Ipsum, but for people [android]
Java
18
star
33

clean-idea

Fastest way to cleanup your IntelliJ IDEA files
Ruby
16
star
34

android-latest

Latest android versions for developers (buildTools, TargetSdk, etc.)
HTML
14
star
35

android-unique-device-id

Generate a 64-bit hex string as an unique Android ID
Kotlin
13
star
36

yap-json

๐Ÿ‹ Lightweight colorized JSON prettifier for the terminal
JavaScript
12
star
37

awsnap

๐Ÿ„ Generate beautiful screenshots
JavaScript
12
star
38

node-adb-api

A node API for adb (android debug bridge)
JavaScript
11
star
39

apu

โ˜• Set of useful tools for android developers
Ruby
11
star
40

PainlessPrefs

Static way to use android preferences, no hassle
Java
11
star
41

UIState

Cleanest way of representing UI state in a flutter widget.
C++
11
star
42

pod-tools

Set of Cocoapods tools (clean, reinstall, clean derived data)
Ruby
9
star
43

oh

Quickly open any app in the folder you're currently in (Open Here)
JavaScript
8
star
44

lgtv-cli

CLI to control LG TV with WebOS
JavaScript
7
star
45

drone-hive

Companion repository for https://github.com/cesarferreira/drone
JavaScript
7
star
46

robin

Run scripts for any project
JavaScript
5
star
47

UserAgentForAndroid

Easily add app context to your android API calls
Kotlin
5
star
48

readme-senpai

Pretty prints markdown in the terminal given a gituhub username/repo
JavaScript
4
star
49

timecop

Static way to count time in android
Java
4
star
50

generator-node-cli-skeleton

A yeoman generator for a node cli app
JavaScript
3
star
51

node-time-log

console.log() with a beautiful timestamp
JavaScript
3
star
52

generator-node-skeleton

A yeoman generator for node modules
JavaScript
3
star
53

fpm

WIP - Flutter Package Manager
Dart
3
star
54

clap-detector-android

Kotlin
2
star
55

myboy

CSS
2
star
56

chef-cli

Quickly convert things into other things
JavaScript
2
star
57

insta-story

Creates an instagram story like UI
Kotlin
2
star
58

foodbot

A slack bot that knows what street food is available @ Paddington Central
JavaScript
2
star
59

better-version

Kotlin
2
star
60

generator-kotlin-mvp-dagger

generator-kotlin-starterkit
Kotlin
2
star
61

mvvm-arch-components-click-handling

Sample with MVVM google architecture components click handling
Kotlin
2
star
62

kotlin-dagger2-LettersAndNumbers

Example of Android project showing integration with Kotlin and Dagger 2
Kotlin
1
star
63

android-helloworld

just a sample project
Java
1
star
64

pod_player

Dart
1
star
65

json

JavaScript
1
star
66

jetpack-navigation-component-example

Example of jetpack navigation component with conditional login case
Kotlin
1
star
67

cesarferreira.github.io

HTML
1
star
68

release-notes

WIP - Tool to get release notes based on commit messages between commits
JavaScript
1
star
69

node-read-url

Reads an URL into a string
JavaScript
1
star
70

sample-data

JavaScript
1
star
71

flutterfy-cli

Flutter CLI tool to increase development speed
Ruby
1
star
72

swearjar

Static code analysis that looks for swear words in your codebase
Python
1
star