wx-0.0.2 is not a library.
wx
A CLI tool for managing Git worktrees and VSCode/Kiro workspaces.
Features
- Centralized management of multiple repositories via bare clone
- Automatic generation of worktrees and workspace files
- Accelerate parallel development setup

Installation
From crates.io
From source
Usage
Register repositories
Registered repositories are bare cloned to ~/.wx/.
List registered repositories
Create a workspace
Select repositories and branches interactively, then a feature-auth/ directory will be created containing worktrees and a .code-workspace file.
Data Location
~/.wx/
├── config.json # Registered repositories
├── frontend.git/ # Bare repository
└── backend.git/ # Bare repository
Development
# Build
# Test
# Release build
License
MIT License - Copyright (c) mzkmnk mzk.mnk.dev@gmail.com