https://github.com/bengreenier-archive/unity-package-extract
Client for extracting packages downloaded from the unity package service.
https://github.com/bengreenier-archive/unity-package-extract
package unity
Last synced: about 2 months ago
JSON representation
Client for extracting packages downloaded from the unity package service.
- Host: GitHub
- URL: https://github.com/bengreenier-archive/unity-package-extract
- Owner: bengreenier-archive
- License: mit
- Created: 2017-03-19T18:05:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-19T20:59:41.000Z (over 9 years ago)
- Last Synced: 2025-08-30T07:12:44.018Z (10 months ago)
- Topics: package, unity
- Language: JavaScript
- Size: 3.02 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unity-package-extract
> Note: uses es6 classes, see [this](http://node.green/#ES2015-functions-class) for node version compatibility
[](https://travis-ci.org/bengreenier/unity-package-extract)
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](./test/basic.js)):
```
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](https://github.com/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