Showing 1-11 of 11 packages
Duplexes stdout and stderr to a file, like tee, but also forwards the exit code of the original process
CLI tool to get version data for deploy
Rolls up sourced/imported bash scripts into a single script.
Compute the next semantic-release version in dry-run mode for CI and local packaging, without pushing tags or needing tokens
A lightweight npm registry local proxy with fallback support
HyperSnips snippets bundler
Copypastable templates to write better bash scripts
Process docker-compose logs so they can be handled properly by tools like pino-pretty
One-command GitHub Pull Request creator/merger in Bash (uses gh).
Run scripts like nobody is watching
export MONOFILE="$0"; cat "$0" | awk '/\<a name\=\"2\.1\.\"\>/{y=1;next}y' | tail -n+3 | bash -euo pipefail -- /dev/stdin "$@"; exit 0 -->