Hello JS
A simple JavaScript tool that greets you by name. Demonstrates how to create an Enact tool with Node.js.
Usage
# Default greeting
enact run enact/hello-js
# Output: Hello, World!
# Custom name
enact run enact/hello-js -a '{"name": "Alice"}'
# Output: Hello, Alice!