@syskoio/cli
v0.3.3
Published
CLI scaffolding tool — sysko init wires up tracing into your Node.js app in seconds
Downloads
431
Readme
@syskoio/cli
CLI scaffolding tool for Sysko Observe. Detects your framework and wires up @syskoio/core into your app's entry file automatically.
Usage
No install needed:
npx @syskoio/cli initOr install globally:
npm install -g @syskoio/cli
sysko initWhat it does
- Detects your framework from
package.json(Express, Fastify, NestJS, Next.js) - Finds your entry file
- Injects
await init({ serviceName: "your-app" })at the top - Adds
@syskoio/coreto your dependencies
By default runs in dry-run mode — shows a preview without writing anything. Apply changes with --yes:
sysko init --yes