yet 0.3.0

`yet` (yet-another task executor) is a tool for executing tasks.
1
2
3
4
5
6
7
8
9
10
11
12
tasks:
  install:
    description: "Install yet."
    command: !commands
      - cargo install --path .

  test:
    description: "Run tests for yet."
    command: !commands
      - cargo test
      - cd: tests
      - ruby test.rb