# smart-starter **Repository Path**: yangkeloff/smart-starter ## Basic Information - **Project Name**: smart-starter - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-15 - **Last Updated**: 2025-01-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Smart Starter This is a Visual Studio Code extension by **DarkBERT** that helps you quickly generate template files for Vue, React, or TypeScript projects. ## Features - **Right-Click to Generate**: Create template files (`.vue`, `.jsx`, or `.tsx`) directly from the Explorer context menu. - **File Type Selection**: Choose the type of file you want to generate. - **Custom File Names**: Provide a custom name for your new file. - **Predefined Templates**: Automatically populate new files with boilerplate code to speed up your development process. ## Installation 1. Open the Extensions view by clicking on the Extensions icon in the Activity Bar. 2. Search for "Smart Starter". 3. Click "Install". ## Usage 1. **Trigger the Command**: - Right-click on a folder in the Explorer. - Select "Generate Template File" from the context menu. 2. **Select File Type**: - A quick pick menu will appear. Choose the file type (`.vue`, `.jsx`, or `.tsx`) you want to create. 3. **Enter File Name**: - Input the desired file name (excluding the extension) when prompted. 4. **File Creation**: - The extension will generate a new file in the selected folder, pre-populated with a template for the chosen file type. ## Contributing Contributions are welcome! To contribute: 1. Fork this repository. 2. Create a new branch for your feature or bug fix. 3. Commit your changes and push your branch. 4. Submit a pull request. Please read the contributing guidelines for more information. ## License This extension is licensed under the MIT License. See the LICENSE file for details.