Overview
Manage the lifecycle of projects within the workspace. This includes listing existing projects and creating new ones.
Tools
- •
list_projects: List all available Git projects in the workspace or configured projects file.- •Params:
projects_file(optional),workspace(optional).
- •Params:
- •
create_project: Create a new directory and initialize it as a git repository.- •Params:
project_name(required),workspace(optional).
- •Params:
Usage
- •Discovery: Use
list_projectsto see what you are working with. - •Initialization: Use
create_projectto start a new repository.
Examples
- •List projects:
list_projects() - •Create 'my-new-app':
create_project(project_name="my-new-app")