Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ronnnnn/asdf-aapt2
AAPT (Android Asset Packaging Tool) plugin for the asdf version manager
https://github.com/ronnnnn/asdf-aapt2
aapt2 android asdf asdf-plugin
Last synced: 28 days ago
JSON representation
AAPT (Android Asset Packaging Tool) plugin for the asdf version manager
- Host: GitHub
- URL: https://github.com/ronnnnn/asdf-aapt2
- Owner: ronnnnn
- License: mit
- Created: 2024-05-18T02:38:17.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-02T00:04:56.000Z (6 months ago)
- Last Synced: 2024-11-26T18:42:37.693Z (about 1 month ago)
- Topics: aapt2, android, asdf, asdf-plugin
- Language: Shell
- Homepage: https://github.com/ronnnnn/asdf-aapt2
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-aapt2 [![Build](https://github.com/ronnnnn/asdf-aapt2/actions/workflows/build.yml/badge.svg)](https://github.com/ronnnnn/asdf-aapt2/actions/workflows/build.yml) [![Lint](https://github.com/ronnnnn/asdf-aapt2/actions/workflows/lint.yml/badge.svg)](https://github.com/ronnnnn/asdf-aapt2/actions/workflows/lint.yml)
[AAPT2 (Android Asset Packaging Tool)](https://developer.android.com/tools/aapt2) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)# Dependencies
- `bash`, `curl`, `tar`, and [POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html).
- No more dependencies are needed.# Install
Plugin:
```shell
asdf plugin add aapt2
# or
asdf plugin add aapt2 https://github.com/ronnnnn/asdf-aapt2.git
```aapt2:
```shell
# Show all installable versions
asdf list-all aapt2# Install specific version
asdf install aapt2 latest# Set a version globally (on your ~/.tool-versions file)
asdf global aapt2 latest# Now aapt2 commands are available
aapt2 version
```Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.# Contributing
Contributions of any kind welcome! See the [contributing guide](contributing.md).
[Thanks goes to these contributors](https://github.com/ronnnnn/asdf-aapt2/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Seiya Kokushi](https://github.com/ronnnnn/)