什么是 inngest-setup?
在 TypeScript 项目中设置 Inngest。安装 SDK,创建客户端,配置环境变量,提供端点服务或作为工作人员连接,然后运行本地开发服务器。 来源:inngest/inngest-skills。
在 TypeScript 项目中设置 Inngest。安装 SDK,创建客户端,配置环境变量,提供端点服务或作为工作人员连接,然后运行本地开发服务器。
通过命令行快速安装 inngest-setup AI 技能到你的开发环境
来源:inngest/inngest-skills。
This skill sets up Inngest in a TypeScript project from scratch, covering installation, client configuration, connection modes, and local development.
These skills are focused on TypeScript. For Python or Go, refer to the Inngest documentation for language-specific guidance. Core concepts apply across all languages.
Create a shared client file that you'll import throughout your codebase:
在 TypeScript 项目中设置 Inngest。安装 SDK,创建客户端,配置环境变量,提供端点服务或作为工作人员连接,然后运行本地开发服务器。 来源:inngest/inngest-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/inngest/inngest-skills --skill inngest-setup在 TypeScript 项目中设置 Inngest。安装 SDK,创建客户端,配置环境变量,提供端点服务或作为工作人员连接,然后运行本地开发服务器。 来源:inngest/inngest-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/inngest/inngest-skills --skill inngest-setup 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/inngest/inngest-skills