UNPKG

quickly

Version:

Quickly setup dependent services and servers for local development

13 lines (12 loc) 252 B
/* The single child service here exits after printing a message to the console. The system should at least print the notification that the child process has exitted. */ module.exports = { test: { exec: 'echo', args: 'hi there' } };