Flyto2forNode.js
為 JavaScript 和 TypeScript 專案提供強大的工作流程自動化。
即將推出
即將推出的功能
原生 Node.js 自動化,具有一流的 TypeScript 支援
TypeScript 優先
完整的 TypeScript 支援,包含完整的型別定義。處處都有 IntelliSense。
Async/Await
原生 async/await 支援。無回呼地獄,無 Promise 地獄。
輕量化
最少的依賴。快速安裝,小型套件大小。
250+ 模組
與 Python 相同的強大模組。字串、陣列、資料處理等。
瀏覽器自動化
整合 Playwright 進行無頭瀏覽器自動化。
經過實戰驗證
與 Python 版本相同的可靠性。完整的測試套件。
簡潔的 API
預覽簡單直覺的 API
Terminal
# Install from npm npm install flyto2 # Or with yarn yarn add flyto2 # Or with pnpm pnpm add flyto2
index.ts
import { flyto } from 'flyto2'; // Execute a module const result = await flyto.execute( 'string.uppercase', { text: 'hello world' } ); console.log(result.data); // Output: "HELLO WORLD"
為什麼選擇 Flyto2 for Node.js?
相同的能力,原生於您的 JavaScript 生態系統
給 Node.js 開發者
- 原生 JavaScript/TypeScript
- 無需 child_process 或 Python spawn
- 支援 Tree-shaking 的 ES 模組
- 單一執行環境,無需 Python
給團隊
- 與 Python 版本相同的 API
- 跨語言共享工作流程
- 處處一致的行為
- 統一的文件