タグ

ブックマーク / taskfile.dev (1)

  • Home | Task

    version: '3' tasks: hello: cmds: - echo 'Hello World from Task!' silent: true And call it by running task hello from your terminal. The above example is just the start, you can take a look at the usage guide to check the full schema documentation and Task features. Features​ Easy installation: just download a single binary, add to $PATH and you're done! Or you can also install using Homebrew, Snap

    bopperjp
    bopperjp 2023/07/03
    タスクランナー。YAML で記述できる。CirclCI の設定っぽい。
  • 1