wok-dev

Crates.iowok-dev
lib.rswok-dev
version1.0.0-alpha.2
created_at2023-09-04 20:04:47.345139+00
updated_at2025-09-22 08:16:49.66481+00
descriptionA multirepo management tool.
homepagehttps://wok.dev/
repositoryhttps://codeberg.org/wok/wok
max_upload_size
id963520
size2,663,117
Serge Matveenko (lig)

documentation

https://docs.wok.dev/

README

Wok

status-badge

Wok helps to organize multiple git repositories into a single multi-project workspace.

🚀 Version 1.0.0-alpha

MVP Complete! All core functionality is implemented and tested.

✨ Features

  • 9 Complete Commands for comprehensive multi-repo management
  • Housekeeping: init, status
  • Package Management: add, remove, update, lock
  • Development Flow: head switch, switch, push
  • Release Management: tag
  • Advanced Options: Selective repo targeting, branch creation, GPG signing
  • Comprehensive Testing: 37 tests covering all functionality

🎯 Quick Start

# Initialize a workspace
wok init

# Add a submodule
wok repo add path/to/submodule

# Switch all repos to current branch
wok head switch

# Push changes to all repos
wok push --all

# Create and push a signed tag
wok tag --create v1.0.0 --sign --push --all

📚 Documentation

Community

Meet us in the chat room: #wok:matrix.org

Commit count: 0

cargo fmt