UNPKG

quickly

Version:

Quickly setup dependent services and servers for local development

15 lines (14 loc) 212 B
/* The system should ask which service to run from this file. */ module.exports = { test1: { exec: 'echo', args: 'running test 1' }, test2: { exec: 'echo', args: 'running test 2' } };