@dropout-ai/wizard
v0.1.7
Published
Zero-config CLI to set up @dropout-ai/runtime in your project.
Maintainers
Readme
🧙♂️ Dropout AI Setup Wizard (@dropout-ai/wizard)
The zero-config installer for Dropout AI.
Overview
@dropout-ai/wizard is a CLI helper that streamlines the setup of the Dropout Runtime. It detects your package manager, installs the necessary dependencies, and provides the exact initialization code you need for your specific framework.
Usage
Run this command in your project root:
npx @dropout-ai/wizard@latest
What it does
- 🔍 Detects Environment: Identifies your package manager (
npm,pnpm,yarn, orbun) by scanning lockfiles. - 📦 Installs Runtime: automatically runs the correct install command to add
@dropout-ai/runtimeto your project dependencies. - 📋 Generates Config: Prints a ready-to-use code snippet customized for your project, which you can copy-paste into your application entry point (e.g.,
layout.tsx,index.js, ormain.ts).
Why use the Wizard?
- Fast: No need to look up install commands or package names.
- Accurate: Provides the latest initialization syntax.
- Safe: It does not modify your project files. It only installs the dependency and guides you on where to place the initialization code.
Requirements
- Node.js 16+
- A project with a
package.json
Manual Installation
If you prefer to install manually, you can skip the wizard and follow the instructions in the Runtime Documentation.
License
MIT
