unity-package-extract

0.2.0 • Public • Published

unity-package-extract

Note: uses es6 classes, see this for node version compatibility

Build Status

Client for extracting packages downloaded from the unity package service.

How

Do I...

Install

Simple! Just npm install unity-package-extract

Use

See the following (or the tests):

const client = new UnityExtractClient()

client.extract(src, dest).then(...)
client.convert(src, dest).then(...)

Where extract unzips a decrypted package (see bengreenier/unity-package-decrypt for more info) into a given folder. And convert moves and appropriately names the content from one directory to another.

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i unity-package-extract

Weekly Downloads

2

Version

0.2.0

License

MIT

Last publish

Collaborators

  • b3ngr33ni3r