Crates.io | wok-dev |
lib.rs | wok-dev |
version | 1.0.0-alpha.2 |
created_at | 2023-09-04 20:04:47.345139+00 |
updated_at | 2025-09-22 08:16:49.66481+00 |
description | A multirepo management tool. |
homepage | https://wok.dev/ |
repository | https://codeberg.org/wok/wok |
max_upload_size | |
id | 963520 |
size | 2,663,117 |
Wok helps to organize multiple git repositories into a single multi-project workspace.
MVP Complete! All core functionality is implemented and tested.
init
, status
add
, remove
, update
, lock
head switch
, switch
, push
tag
# 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
Meet us in the chat room: #wok:matrix.org