node-saku icon indicating copy to clipboard operation
node-saku copied to clipboard

saku task:*

Open kt3k opened this issue 6 years ago • 0 comments

# task:foo
    echo foo
# task:bar
    echo bar
# task:baz
    echo baz

Then saku task:* yields the following:

$ saku task:*
+ echo foo
foo
+ echo bar
bar
+ echo baz
baz

The bahavior should be similar to npm-run-all.

kt3k avatar Feb 04 '18 12:02 kt3k