Complete project infrastructure tooling and automation.
This is the org-pages root for
github.com/just-buildit.
It serves install scripts, the default-namespace
aliases.toml, and other small static resources the
toolchain depends on.
Get the universal entrypoint jb —
. <(curl -sSL https://just-buildit.github.io/get-jb.sh)
Then use it
jbx just-bashit:logging log "hello" # run a bash lib function
jbx install-deps -s apt # resolved via aliases.toml
jbx gh:user/repo/tool.sh run # any GitHub raw script
jbx https://example.com/tool.py --arg # any HTTPS script
Learn more
- just-bashit — proven bash scripts and tools
- just-makeit — Python C extensions out-of-the-box
- just-buildit — zero-dep PEP 517 build backend for C extensions
- github.com/just-buildit — full org overview
What lives here
get-jb.sh— installsjb/jbxto~/.local/binaliases.toml— default-namespace alias manifeststandard.mk— the shared Makefile every just-buildit and doppler-dsp repo vendors