just-buildit

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

What lives here