返回 Skill 列表
extension
分类: 开发与工程无需 API Key

enact-hello-js

一个简单的JavaScript问候工具

person作者: 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! 👋