Claude
Skills
Sign in
โ† Back

enact-hello-js

Included with Lifetime
$97 forever

A simple JavaScript greeting tool

General

What this skill does


# 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

```bash
# Default greeting
enact run examples/hello-js
# Output: Hello, World! ๐Ÿ‘‹

# Custom name
enact run examples/hello-js --input name=Alice
# Output: Hello, Alice! ๐Ÿ‘‹
```

Related in General