bootspring init
Initialize Bootspring in the current project.
Synopsis#
Loading code block...
What init does#
- Detects your project stack
- Creates/updates
bootspring.config.js - Creates/updates
.mcp.json - Generates starter context files (
CLAUDE.md,AGENTS.md,todo.md) - Links local project context after authentication/project selection
Authentication requirement#
init requires authentication. If you are not logged in:
Loading code block...
Options#
| Option | Description |
|---|---|
--force, -f | Reinitialize even if Bootspring is already set up |
--quick, -q | Use detected defaults with minimal prompts |
--preset <name> | Use questionnaire preset (minimal, standard, full) or config preset(s) |
--list-presets | List available config presets |
--presets | Alias for --list-presets |
Examples#
Loading code block...
Common follow-up commands#
Loading code block...