Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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)`