@omaikit/cli
v0.1.6
Published
CLI interface for Omaikit - multi-agent development toolkit
Maintainers
Readme
@omaikit/cli
Command-line interface for Omaikit. This package orchestrates planning, code generation, and test generation workflows.
Features
omaikit initto generate.omaikit/context.jsonomaikit planto create structured plans into.omaikit/plans/and.omaikit/tasks/omaikit codeto generate code into the project rootomaikit testto generate tests into.omaikit/tests
Usage
npm install -g @omaikit/cli
cd my-project
omaikit init "Build a REST API with Express and MongoDB"
omaikit plan "Create a user authentication system"
omaikit code
omaikit testOutput Locations
- Plans:
.omaikit/plans/ - Tests:
.omaikit/tests/ - Generated code: project root
Configuration
The CLI uses OPENAI_API_KEY from environment variables for API access. Ensure you have it set before running commands.
It'll ask for the OPENAI_API_KEY configuration during omaikit init.
