ブックマーク / 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

    tmatsuu
    tmatsuu 2020/08/22
    golang実装のmakeコマンド代替。Taskfile.ymlに記載のタスクを実行。最近バージョン3.0.0がリリース
  • 1