Projects
The "Projects" area in the "Workbench" serves as a central hub for managing and organizing your development projects. This section provides an overview of the key features and actions available in the "Projects" area.
Create a New Project
To create a new project, follow these steps:
-
Click on the "..." button or right-click in the "Projects" tab in the Workbench.
-
Click the "Create Project" button.
-
Enter a "name" for your project and choose a project template if applicable.
-
Click "Create" to initialize the new project.
Project Structure
Once a project is created, it follows a standard structure:
-
"/project.json": Optional artifact for custom actions and dependencies.
-
"/lib": External libraries and dependencies (optional).
-
"/scripts": Project-specific server-side scripts (optional).
-
"/web": Web content and resources (optional).
Manage Project Dependencies
You can manage project dependencies in the "Projects" area:
-
Double-click on the "project.json" file.
-
Open the file in the "Editor".
-
Navigate to the "dependencies" element.
-
Add or remove dependencies as needed.
Import and Export Projects
To import an existing project or export a project:
-
Right-click on the "Project" element from the tree.
-
Select "Import" or "Export" on the toolbar.
-
Follow the wizard to select projects or specify the export destination.
Version Control Integration
The platform supports version control integration for projects. If your project is under version control (e.g., Git), you can inspect version control statuses directly from the "Projects" area.
Conclusion
The "Projects" area in the "Workbench" provides a centralized workspace for managing your development projects efficiently. Use the available features to create, organize, and configure your projects seamlessly.