Metadata-Version: 2.4
Name: damon-devtools
Version: 0.1.0
Summary: Developer CLI tools — portkill, removebg, apkpull
Author: damon
License: MIT
Keywords: cli,devtools,android,apk,adb
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: psutil>=5.9

# devtools

Developer CLI tools: portkill, removebg, apkpull.

## Tools

### portkill
Kill Node.js processes by port or scan all node processes.

```bash
python -m devtools portkill
python -m devtools portkill --listen-only
```

### apkpull
Pull APK files from Android device via ADB.

```bash
python -m devtools apkpull [target_dir]
```

### removebg
Remove image backgrounds using the remove.bg API.

```bash
python -m devtools removebg input.jpg
```

## Install

```bash
pip install damon-devtools
```

Requires: Python >=3.10
