Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/Jintin/andle
- Owner: Jintin
- License: mit
- Created: 2015-10-09T12:48:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-11-15T22:46:11.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T20:44:31.626Z (3 months ago)
- Topics: android, gradle
- Language: Python
- Homepage: https://pypi.python.org/pypi/andle
- Size: 46.9 KB
- Stars: 57
- Watchers: 4
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-android - andle - command line tool help you sync dependencies, sdk or build tool version. (Libraries / Other)
- awesome-android - andle - command line tool help you sync dependencies, sdk or build tool version. (Libraries / Other)
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)