πŸ’­ casey/just: πŸ€– Just a command runner

!https://github.com/casey/just?tab=readme-ov-file#constants

Copy this post

new versions of just now come with color variables already set.

[group('manage')]
version:
    #!/usr/bin/env bash
    version=$(cat version)
    echo current version {{BOLD}}{{GREEN}}$version{{NORMAL}}

Note

This post is a thought. It’s a short note that I make about someone else’s content online #thoughts