Skip to content

Instantly share code, notes, and snippets.

@smarenkov
Created September 26, 2024 03:16
Show Gist options
  • Save smarenkov/05c44f6eb42cbce675711d2973cf97ad to your computer and use it in GitHub Desktop.
Save smarenkov/05c44f6eb42cbce675711d2973cf97ad to your computer and use it in GitHub Desktop.
taskfile example
# Check for the latest version here: https://taskfile.dev/taskfile-versions
version: "3"
tasks:
echo:
desc: "Test echo command"
cmds:
- echo "Hello World"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment