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
- Open the Extensions view by clicking on the Extensions icon in the Activity Bar.
- Search for "Smart Starter".
- Click "Install".
Usage
- Trigger the Command:
- Right-click on a folder in the Explorer.
- Select "Generate Template File" from the context menu.
- Select File Type:
- A quick pick menu will appear. Choose the file type (
.vue , .jsx , or .tsx ) you want to create.
- Enter File Name:
- Input the desired file name (excluding the extension) when prompted.
- 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:
- Fork this repository.
- Create a new branch for your feature or bug fix.
- Commit your changes and push your branch.
- 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.
| |