Back to skills
extension
Category: Development & EngineeringNo API key required

enact-hello-js

A simple JavaScript greeting tool

personAuthor: jakexiaohubgithub

Hello JS Tool

A simple example tool that demonstrates using JavaScript with Enact.

Usage

This tool takes an optional name parameter and returns a friendly greeting.

Examples

# Default greeting
enact run examples/hello-js
# Output: Hello, World! 👋

# Custom name
enact run examples/hello-js --input name=Alice
# Output: Hello, Alice! 👋