@flowget/cli
v0.1.0
Published
Command-line scaffolding for Flowget — the `flowget` bin creates a ready-to-edit workflow app.
Downloads
67
Maintainers
Readme
@flowget/cli
Command-line scaffolding for Flowget. Ships the flowget bin, which
generates a ready-to-edit workflow app (package.json, tsconfig.json,
workflow.json, a demo nodes/http_fetch.ts, README, and .gitignore).
Install
npm i @flowget/cliUsage
npx flowget create-flowget-app my-appInvokable via any modern package manager (npx, bunx, pnpm dlx,
yarn dlx). To execute workflows, use the flowget-worker binary from
@flowget/worker against a Temporal stack.
⚠️ 0.x is unstable
The surface is unstable until v1 — breaking changes ship as minor bumps.
Pin exact versions in consumers ("@flowget/cli": "0.1.0", not
"^0.1.0").
Links
- Full documentation: https://docs.flowget.io
- Security policy: SECURITY.md
- License: FSL-1.1-ALv2 (see LICENSE)
