This package has been deprecated

Author message:

WARNING: This project has been renamed to @bubblewrap/core. Install using @bubblewrap/core instead.

@llama-pack/core
TypeScript icon, indicating that this package has built-in type declarations

0.5.1 • Public • Published

🦙Llama Pack Core

Node CI Status

Llama Pack Core is a NodeJS library that helps developers to create a Project for an Android application that launches an existing Progressive Web App (PWA) using a Trusted Web Activity (TWA).

Important: llama-pack is still under active development. The tool hasn't been tested on a wide range of Web APKs, and bootstraping a new project may fail in those cases. Please, file issues, feature requests, and contribute with pull requests, if possible.

Requirements

Setting up the Environment

Get the Java Development Kit (JDK) 8.

The Android Command line tools requires the correct version of the JDK to run. To prevent version conflicts with a JDK version that is already installed, llama-pack uses a JDK that can unzipped in a separate folder.

Download a version of JDK 8 that is compatible with your OS from AdoptOpenJDK and extract it in its own folder.

Warning: Using a version lower than 8 will make it impossible to compile the project and higher versions are incompatible with the Android command line tools.

Get the Android command line tools

Download a version of Android command line tools that is compatible with your OS from https://developer.android.com/studio#command-tools. Create a folder and extract the downloaded file into it.

Using llama-pack-core in a NodeJs project

npm i -g @llama-pack/core

Contributing

See CONTRIBUTING for more.

License

See LICENSE for more.

Disclaimer

This is not a Google product.

Package Sidebar

Install

npm i @llama-pack/core

Weekly Downloads

6

Version

0.5.1

License

Apache-2.0

Unpacked Size

186 kB

Total Files

40

Last publish

Collaborators

  • andreban
  • peconn