Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enniel/bundletool-runner
https://github.com/enniel/bundletool-runner
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/enniel/bundletool-runner
- Owner: enniel
- License: mit
- Created: 2021-10-17T09:32:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-21T20:44:57.000Z (about 3 years ago)
- Last Synced: 2024-03-15T11:20:34.483Z (10 months ago)
- Language: JavaScript
- Size: 29 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Action - BundleTool Runner
This runner install [Google BundleTool](https://developer.android.com/studio/command-line/bundletool)
## Usage
```
jobs:
test:
runs-on: macos-latest
steps:
- name: checkout
uses: actions/checkout@v2- name: install bundletool
uses: enniel/bundletool-runner@v1
```