ports-manager 0.1.0

A simple, fast, and reliable CLI tool for managing port mappings
# Repository Information

## About
A simple, fast, and reliable Rust CLI tool for managing port mappings across your development environment. Supports single ports, port ranges, and automatic port assignment.

## Description
Ports Manager is a command-line tool that helps developers manage port assignments for their local services. It stores configuration in standard dotfiles and provides intelligent auto-assignment to avoid port conflicts.

## Topics
- rust
- cli
- port-management
- devtools
- developer-tools
- configuration-management
- dotfiles
- command-line-tool
- ports
- networking
- rust-cli
- cargo
- clap

## Website
https://github.com/mgorunuch/ports-manager

## Social Preview
<!-- Add a social preview image at .github/assets/social-preview.png (1280x640px recommended) -->

## Repository Settings

### Features to Enable
- [x] Issues
- [x] Projects
- [x] Discussions
- [x] Wikis (optional)
- [x] Sponsorships (if applicable)

### Branch Protection Rules for `main`
- Require pull request reviews before merging
- Require status checks to pass before merging
  - CI / Test (ubuntu-latest, stable)
  - CI / Test (macos-latest, stable)
  - CI / Test (windows-latest, stable)
  - CI / Lint
  - CI / Build
- Require branches to be up to date before merging
- Do not allow bypassing the above settings

### Security
- Enable Dependabot security updates
- Enable Dependabot version updates (configured in dependabot.yml)
- Enable CodeQL analysis (optional)

## Labels
Create the following labels for better issue/PR organization:

- `bug` - Something isn't working (color: #d73a4a)
- `enhancement` - New feature or request (color: #a2eeef)
- `documentation` - Improvements or additions to documentation (color: #0075ca)
- `good first issue` - Good for newcomers (color: #7057ff)
- `help wanted` - Extra attention is needed (color: #008672)
- `dependencies` - Pull requests that update a dependency file (color: #0366d6)
- `rust` - Related to Rust code (color: #dea584)
- `github-actions` - Related to GitHub Actions workflows (color: #000000)
- `performance` - Performance improvements (color: #1d76db)
- `security` - Security-related issues (color: #ee0701)