mk 0.7.10

Yet another simple task runner 🦀
Documentation
1
2
3
4
5
6
7
tasks:
  greet:
    commands:
      - command: echo $MESSAGE
    environment:
      MESSAGE: "Hello, world!"
    description: Greet the world