task-keeper 0.32.0

Task keeper to manage tasks from different task runners
1
2
3
4
5
6
7
8
9
{
  "name": "task-keeper-demo",
  "scripts": {
    "start": "echo start",
    "test": "this is a test result",
    "hello": "echo hello",
    "prehello": "echo prehello"
  }
}