test-node-echo

test node echo

Usage no npm install needed!

<script type="module">
  import testNodeEcho from 'https://cdn.skypack.dev/test-node-echo';
</script>

README

test-node-echo

Install

npm install

Run

node ./bin/node-echo "hey" -o "yo"

Output

{ targets: [ 'hey' ], options: { option: 'yo' } }
{ option: 'yo' }