Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days 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 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-06T01:45:43.000Z (about 1 month ago)
- Last Synced: 2024-12-24T22:23:34.573Z (24 days ago)
- Topics: cli, darwin, dmg, extractor, golang, ios, ipa, library, macos, manipulation, package, parser
- Language: Go
- Homepage: https://moul.io/pkgman
- Size: 103 KB
- Stars: 8
- Watchers: 3
- 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
![CI](https://github.com/moul/pkgman/workflows/CI/badge.svg)
[![GoDoc](https://img.shields.io/static/v1?label=godoc&message=reference&color=blue)](https://pkg.go.dev/moul.io/pkgman)
[![License](https://img.shields.io/badge/license-Apache--2.0%20%2F%20MIT-%2397ca00.svg)](https://github.com/moul/pkgman/blob/master/COPYRIGHT)
[![GitHub release](https://img.shields.io/github/release/moul/pkgman.svg)](https://github.com/moul/pkgman/releases)
[![Go Report Card](https://goreportcard.com/badge/moul.io/pkgman)](https://goreportcard.com/report/moul.io/pkgman)
[![CodeFactor](https://www.codefactor.io/repository/github/moul/pkgman/badge)](https://www.codefactor.io/repository/github/moul/pkgman)
[![codecov](https://codecov.io/gh/moul/pkgman/branch/master/graph/badge.svg)](https://codecov.io/gh/moul/pkgman)
[![Docker Metrics](https://images.microbadger.com/badges/image/moul/pkgman.svg)](https://microbadger.com/images/moul/pkgman)
[![GolangCI](https://golangci.com/badges/github.com/moul/pkgman.svg)](https://golangci.com/r/github.com/moul/pkgman)
[![Made by Manfred Touron](https://img.shields.io/badge/made%20by-Manfred%20Touron-blue.svg?style=flat)](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)`