>_ONE REPO, EVERY MENKETECHNOLOGIES PROJECT
64-submodule umbrella for the entire MenkeTechnologies stack. Clone once with git clone --recurse-submodules and a fresh host has the language (strykelang), the shell (zshrs), the bytecode VM (fusevm), 5 Rust CLI tools, 2 TUIs, 2 Tauri v2 GUI desktop apps, 16 stryke-ecosystem connectors, 28 zsh plugins, 2 editor / multiplexer plugins, a Chrome extension, the public website, and 2 web-API services.
QUICK START
# clone everything git clone --recurse-submodules https://github.com/MenkeTechnologies/MenkeTechnologiesMeta.git cd MenkeTechnologiesMeta # or after the fact git submodule update --init --recursive # faster (parallel) git clone --recurse-submodules -j 8 https://github.com/MenkeTechnologies/MenkeTechnologiesMeta.git
TIERS
12Tier 1 — Core
strykelang, zshrs, fusevm, lsofrs, temprs, awkrs, iftoprs, Audio-Haxor, traderview, nmaprs, powerliners, zpwr
16Tier 2 — Stryke ecosystem
homebrew-menketech + 15 stryke-* per-service connector libraries (aws, k8s, kafka, mongo, postgres, redis, …)
1Tier 3 — Completions corpus
zsh-more-completions (37,135 completion functions; largest curated corpus in existence)
28Tier 4 — Zsh plugins
full ZPWR_GH_PLUGINS canonical list — completions, aliases, fzf-tab, zunit, revolver, gh_reveal, zsh-expand, …
2Tier 5 — Editor / multiplexer plugins
VimColorSchemes (732 schemes one-bundle), tmux-fzf-url
5Tier 6 — Apps, extensions, web & web-APIs
zpwrchrome, storageshower, MenkeTechnologies.github.io, spring-boot-rest-generator, LearningCollectionAPI
COMMON OPERATIONS
# pull every submodule to its remote tip git submodule update --remote --merge # status across every submodule at once ./bin/status-all # run any command inside every submodule ./bin/foreach 'test -f Cargo.toml && cargo build --release || true' # bump every submodule pointer to current HEAD in one commit ./bin/sync-pointers && git push
HOMEBREW TAP
Every Rust CLI binary ships through a single tap, auto-bumped by each repo's release workflow.
brew tap MenkeTechnologies/menketech brew install stryke zshrs lsofrs iftoprs awkrs nmaprs temprs storageshower powerliners
FULL SUBMODULE MAP
See the README submodule map for the per-tier breakdown with one-line descriptions for every project, or jump straight to the engineering report for codebase-wide metrics.