UNPKG

taskkit-shell

Version:
17 lines (16 loc) 290 B
{ "name": "taskkit-shell-example", "scripts": { "start": "taskkit ls", "taskkit": "../node_modules/.bin/taskkit" }, "taskkit": { "tasks": { "ls": "{{CWD}}/../index.js" }, "ls": { "command": "ls", "arguments": "-lah" } } }