๐Ÿ“ฆ pbakondy / android-sdk-client

Display list of available files of SDK repository

โ˜… 2 stars โ‘‚ 2 forks ๐Ÿ‘ 2 watching โš–๏ธ MIT License
๐Ÿ“ฅ Clone https://github.com/pbakondy/android-sdk-client.git
HTTPS git clone https://github.com/pbakondy/android-sdk-client.git
SSH git clone git@github.com:pbakondy/android-sdk-client.git
CLI gh repo clone pbakondy/android-sdk-client
Peter Bakondy Peter Bakondy Update deps bc3baa1 5 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“„ .eslintrc
๐Ÿ“„ .gitignore
๐Ÿ“„ .npmignore
๐Ÿ“„ cli.js
๐Ÿ“„ index.js
๐Ÿ“„ LICENSE
๐Ÿ“„ package-lock.json
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ README.md

Android SDK Client

Display list of available files of SDK repository

Install

$ npm install -g android-sdk-client

Goal

The main goal is to reproduce the result of these android commands with download URLs.

android list sdk --all
android list sdk --all --extended

Usage

$ android-sdk-client --help

  Usage
    $ android-sdk-client <options>

  Options
    -h, --help      Display this help
    -e, --extended  Display extended list with download URLs
    -o, --obsolete  Show obsolete items
    -s, --save      Save original XMLs locally to directory "export"
    -v, --version   Display version

List all items with download URLs:

$ android-sdk-client -e

License

android-sdk-client is licensed under the MIT Open Source license. For more information, see the LICENSE file in this repository.