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#

OptionDescription
--force, -fReinitialize even if Bootspring is already set up
--quick, -qUse detected defaults with minimal prompts
--preset <name>Use questionnaire preset (minimal, standard, full) or config preset(s)
--list-presetsList available config presets
--presetsAlias for --list-presets

Examples#

Loading code block...

Common follow-up commands#

Loading code block...