1.1.7 • Published 2 years ago

bundletool v1.1.7

Weekly downloads
311
License
AGPL-3.0-or-later
Repository
github
Last release
2 years ago

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])

ParameterDescriptionRequiredType
commandAny command available on bundletooltruestring
argsall arguments required for the previous commandfalsestring[]

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

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago