bundletool
TypeScript icon, indicating that this package has built-in type declarations

1.1.7 • Public • Published

Bundletool

A very simplistic wrapper around bundletool.

Requirements

You must have java JDK 8+ on your machine NodeJS 12.18.0 (lower might versions work but unsupported)

Installation

npm install bundletool or yarn add bundletool

Usage

import bundletool from "bundletool" // or the require equivalent

await bundletool([command], [args]); // async / await

bundletool([command], [args])
  .then(response => /* do something */)
  .catch(err => /* handle err */ );

API

async bundletool(command, [args])

Parameter Description Required Type
command Any command available on bundletool true string
args all arguments required for the previous command false string[]

Check the docs for more information on the commands and args available

Contribution

Always welcome. Check the guidelines and the TODO

Legal notice

By using this module you agree to this module's license and google's terms and conditions, which you can find in NOTICE.txt under the platform tools installation

Buy Me A Coffee

Package Sidebar

Install

npm i bundletool

Weekly Downloads

593

Version

1.1.7

License

AGPL-3.0-or-later

Unpacked Size

49.8 kB

Total Files

20

Last publish

Collaborators

  • ribeiro-tiago