Skip to content

Zesk Build v0.40.2

Zesk Build is a suite of Bash functions which make software development, deployment, and management easier.

Documentation up to date as of 2026-01-07 21:47:28 UTC.

Contents

  • Functions - Tons of handy functions. (./bin/build/tools/*.sh)
  • Scripts and tools - Scripts universally useful everywhere. (./bin/build/*.sh)
  • Hooks - Hooks are a way to customize default behaviors in build scripts. (./bin/hooks/*.sh)
  • Environment Variables - All environment variables known by Zesk Build. (./bin/env/*.sh)

Introduction

Pipeline, build and operations toolkit.

  • Binaries from this project installed at ./bin/build/
  • Optional hook binaries can be placed in your project at ./bin/hooks/
  • Files containing bash code end with .sh

To use in your pipeline:

  • copy ./bin/build/install-bin-build.sh into your project (changing the last line ../.. if needed) manually
  • run it before you need your ./bin/build directory

Features

Usage and arguments

Zesk Build Guides

Deprecated

Copyright © 2026 Market Acumen, Inc. All Rights Reserved. Licensed under MIT License.