initialize_toybox
Set up a TOYBOX by initializing a local repository, configuring GitHub remote, and enabling Pages deployment with customizable options for title, theme, and layout.
Instructions
Initialize a complete TOYBOX with local repository, GitHub remote, and Pages setup
Input Schema
Name | Required | Description | Default |
---|---|---|---|
config | No | TOYBOX configuration options | |
createRemote | No | Create a GitHub repository and set up remote (default: true) | |
debug | No | Enable debug mode to use local template (can still create GitHub remote) | |
isPrivate | No | Create GitHub repository as private (default: false) | |
localTemplatePath | No | Path to local template directory (optional, defaults to built-in template) | |
repoName | No | Name for the repository (default: toybox) | toybox |
templateOwner | No | GitHub username or organization that owns the TOYBOX template (default: isnbh0) | isnbh0 |
templateRepo | No | Name of the template repository (default: toybox) | toybox |