About Wok

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

Wok is a command line tool intended to be used alongside git in cases that require multiple git repositories to be managed in connection with each other.

Wok utilizes git submodules to control several repositories and therefor requires a separate parent (umbrella) repository.

Learn about Wok

Install Wok

Pre-built binaries

🚧 TBD

Install using cargo

🚧 TBD

Build from source

  1. Install Rust

See https://www.rust-lang.org/learn/get-started.

  1. Clone Wok repository
git clone https://gitlab.com/wokdev/wok && cd ./wok
  1. Build Wok
cargo build --release
  1. Copy Wok executable to the location of your choice
cp ./target/release/wok /path/to/install/location

Contribute to Wok

Contributions in any form and in any amount from anyone are always welcome.

Wok is licensed under MIT License.

Please, read our contributing guide and Code of Conduct.

Resources

Why Wok?

Wok Overview

Wok Quickstart

CLI Reference

Community Resources

Contributing Guide

Contributors