https://github.com/moul/pkgman
📱 Package manipulation tool & library (ipa, etc)
https://github.com/moul/pkgman
cli darwin dmg extractor golang ios ipa library macos manipulation package parser
Last synced: 10 months ago
JSON representation
📱 Package manipulation tool & library (ipa, etc)
- Host: GitHub
- URL: https://github.com/moul/pkgman
- Owner: moul
- License: other
- Created: 2020-05-11T18:12:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T18:45:03.000Z (10 months ago)
- Last Synced: 2025-03-28T13:43:49.817Z (10 months ago)
- Topics: cli, darwin, dmg, extractor, golang, ios, ipa, library, macos, manipulation, package, parser
- Language: Go
- Homepage: https://moul.io/pkgman
- Size: 101 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE-APACHE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# pkgman
:smile: pkgman

[](https://pkg.go.dev/moul.io/pkgman)
[](https://github.com/moul/pkgman/blob/master/COPYRIGHT)
[](https://github.com/moul/pkgman/releases)
[](https://goreportcard.com/report/moul.io/pkgman)
[](https://www.codefactor.io/repository/github/moul/pkgman)
[](https://codecov.io/gh/moul/pkgman)
[](https://microbadger.com/images/moul/pkgman)
[](https://golangci.com/r/github.com/moul/pkgman)
[](https://manfred.life/)
## Usage
```console
$ pkgman -h
...
```
## Install
### Using go
```console
$ go get -u moul.io/pkgman
```
### Download releases
https://github.com/moul/pkgman/releases
## License
© 2020 [Manfred Touron](https://manfred.life)
Licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0) ([`LICENSE-APACHE`](LICENSE-APACHE)) or the [MIT license](https://opensource.org/licenses/MIT) ([`LICENSE-MIT`](LICENSE-MIT)), at your option. See the [`COPYRIGHT`](COPYRIGHT) file for more details.
`SPDX-License-Identifier: (Apache-2.0 OR MIT)`