Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seia-soto/ipatool-node
The Node.JS library port of IPATool
https://github.com/seia-soto/ipatool-node
Last synced: about 11 hours ago
JSON representation
The Node.JS library port of IPATool
- Host: GitHub
- URL: https://github.com/seia-soto/ipatool-node
- Owner: seia-soto
- License: mit
- Created: 2023-03-10T17:01:54.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-19T00:41:34.000Z (almost 2 years ago)
- Last Synced: 2024-11-05T16:57:47.414Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/ipatool
- Size: 88.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IPATool-Node
The Node.JS library port of [IPATool](https://github.com/majd/ipatool).
The update from IPATool will be made infrequently.See also:
- Golang version (cli, origin): https://github.com/majd/ipatool
- Python version (cli): https://github.com/NyaMisty/ipatool-pyThis is a **library for developers**, and will not provide any CLI interface.
## Usage
> **Warning** All functionalities are not implemented yet.
> **Warning** This library is based on **ESM**, and **CJS module will not be provided** in future.
See [interactive example](/example/index.ts).
## LICENSE
This library is distributed under [MIT License](/LICENSE) which follows the original repository.