0.1.2 • Published 7 years ago

errand-exec v0.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

errand-exec

errand worker component for running files in shell

Usage

npm install errand-exec

For dependencies and suggested usage of errand worker components refer to errand

Example

{
	"tasks": [

		{
			"task": "errand-logger",
			"data": {
				"description": "replace-with-task-description",
				"request": {
					"command": "echo 'hello world'"
				}
			}
		}

	]
}

Notes:

  • tasks - errand task list
  • tasks[].task - required errand-logger task name
  • tasks[].data.description - optional task description
  • tasks[].data.request.command - required command to run
0.1.2

7 years ago

0.1.1

7 years ago