Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Jintin/andle

andle is an Android tool help you sync dependencies, sdk or build tool version.
https://github.com/Jintin/andle

android gradle

Last synced: 3 months ago
JSON representation

andle is an Android tool help you sync dependencies, sdk or build tool version.

Awesome Lists containing this project

README

        

# andle
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/44a25e56a504423ebf37435ed9982cca)](https://app.codacy.com/app/Jintin/andle?utm_source=github.com&utm_medium=referral&utm_content=Jintin/andle&utm_campaign=badger)
[![PyPI version](https://badge.fury.io/py/andle.svg)](https://badge.fury.io/py/andle)
[![Build Status](https://travis-ci.org/Jintin/andle.svg?branch=master)](https://travis-ci.org/Jintin/andle)
[![Code Climate](https://codeclimate.com/github/Jintin/andle/badges/gpa.svg)](https://codeclimate.com/github/Jintin/andle)
[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/JStumpp/awesome-android)

andle is an Android tool to help you sync dependencies, SDK or build tool version.

## Installation
Simple install by [pip](http://pip.readthedocs.org/en/stable/installing):

```bash
$ sudo pip install andle
```

## Usage
The most commonly used command:

```bash
$ andle setsdk -p # set android sdk path
$ andle update -p [-d] [-r] [-g] # sync project gradle config

-h, --help show this help message and exit
-p PATH, --path PATH root path
-d, --dryrun dryrun
-g, --gradle check gradle version
-r, --remote check jcenter repository
```

See `andle --help` or `andle --help` for more information.

## Contributing
Bug reports and pull requests are welcome on GitHub at [https://github.com/Jintin/andle](https://github.com/Jintin/andle).

## License
The package is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

[![Buy Me A Coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/jintin)