All Projects → cesarferreira → Gradlr

cesarferreira / Gradlr

Licence: mit
🌀 Fastest auto complete for gradle tasks

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Gradlr

Android Development Aircraft Carrier
打造安卓开发航空母舰,Android Studio 使用集锦
Stars: ✭ 138 (-8.61%)
Mutual labels:  gradle
Image Comparison
Published on Maven Central and jCenter Java Library that compares 2 images with the same sizes and shows the differences visually by drawing rectangles. Some parts of the image can be excluded from the comparison. Can be used for automation qa tests.
Stars: ✭ 145 (-3.97%)
Mutual labels:  gradle
Preferenceholder
SharedPreference usage made fun in Kotlin
Stars: ✭ 148 (-1.99%)
Mutual labels:  gradle
Tyrian
Full-featured TypeScript on JVM
Stars: ✭ 138 (-8.61%)
Mutual labels:  gradle
Androidutillib
🔥 旨在打造一款属于Android开发的强大工具库:内置各种开发必备工具类、Dialog封装、组件重写等
Stars: ✭ 143 (-5.3%)
Mutual labels:  gradle
Buildjar
通用的打包jar gradle插件
Stars: ✭ 147 (-2.65%)
Mutual labels:  gradle
Nice Knowledge System
📚不积跬步无以至千里,每天进步一点点,Passion,Self-regulation,Love and Share
Stars: ✭ 137 (-9.27%)
Mutual labels:  gradle
Spring Boot Angular4 Boilerplate
Quickstart for spring boot + angular 4 projects
Stars: ✭ 151 (+0%)
Mutual labels:  gradle
Gradle Pitest Plugin
Gradle plugin for PIT Mutation Testing
Stars: ✭ 144 (-4.64%)
Mutual labels:  gradle
Android Advanced Blueprint
Android进阶蓝图,各种新技术的体验demo,快速上手Data Binding,Data Binding Compiler V2,Android Architecture,Room等Android的黑科技
Stars: ✭ 148 (-1.99%)
Mutual labels:  gradle
Java Ddd Skeleton
♨️ DDD in Java skeleton & examples. Course:
Stars: ✭ 140 (-7.28%)
Mutual labels:  gradle
Segmentedcontrol
Android SegmentedControl + multi row support
Stars: ✭ 143 (-5.3%)
Mutual labels:  gradle
Infoq Mini Book
Template project for creating an InfoQ Mini-Book with Asciidoctor
Stars: ✭ 147 (-2.65%)
Mutual labels:  gradle
Javafbp
Java Implementation of Flow-Based Programming (FBP)
Stars: ✭ 138 (-8.61%)
Mutual labels:  gradle
Xupdateservice
Use Spring Boot easy build, Gradle build, and provide update service for XUpdate.(使用Spring Boot简易搭建,Gradle构建,为XUpdate提供更新服务)
Stars: ✭ 149 (-1.32%)
Mutual labels:  gradle
Kotlinx Benchmark
Kotlin multiplatform benchmarking toolkit
Stars: ✭ 137 (-9.27%)
Mutual labels:  gradle
Gradle Aem Plugin
Swiss army knife for Adobe Experience Manager related automation. Environment setup & incremental AEM application build which takes seconds, not minutes.
Stars: ✭ 145 (-3.97%)
Mutual labels:  gradle
Maildroid
Maildroid is a small robust android library for sending emails using SMTP server
Stars: ✭ 150 (-0.66%)
Mutual labels:  gradle
Android Cache Fix Gradle Plugin
Gradle plugin to fix Android caching problems
Stars: ✭ 150 (-0.66%)
Mutual labels:  gradle
Google Java Format Gradle Plugin
Stars: ✭ 147 (-2.65%)
Mutual labels:  gradle

Gradlr

Fastest way to run your gradle tasks

Build Status npm npm

Install

$ npm install -g gradlr

Usage

$ gradlr
	Usage
		$ gradlr

	Options
		-o, --offline  Execute the build without accessing network resources
		-f, --force    Force to re-index the tasks

	Examples
		$ gradlr
		$ gradlr --force
		$ gradlr --offline

What happens under the hood?

First time you run gradlr it will cache the gradle tasks so the #2 time it'll load them instantantly. How does it know it needs to re-index? When caching, this tool saves a checksum of the sum of checksums of all of the projects' gradle files (META!), so it knows when you changed something and re-indexes when needed.

Should I commit the .tasks.cache.json file?

If you commit it, your colleagues will not have to index the tasks again.

What terminal am I using?

Since a lot of people has been asking about my terminal setup, I made this article explaining how to achieve it.

Created by

Cesar Ferreira

License

YOLO © Cesar Ferreira

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].