@obsku/cli
v0.2.3
Published
CLI for @obsku/framework - scaffold and run agents
Readme
@obsku/cli
CLI for @obsku/framework — scaffold new agent projects.
Installation
npm install -g @obsku/cliCommands
obsku init <project-name>
Creates a new obsku project with a ready-to-run agent scaffold:
obsku init my-agent
cd my-agent
bun install
bun startGenerated project includes:
package.jsonwith@obsku/frameworkdependencytsconfig.jsonconfigured for ESM + TypeScriptsrc/index.tswith a starter agent template
obsku --version
Show the installed CLI version.
obsku --help
Show available commands and usage.
License
MIT
