This Visual Studio Code extension provides commands to create starter projects using popular frameworks and tools such as Next.js, Vite, and Remix. It offers an interactive interface to customize project options and automates the project creation process using the respective CLI tools.
Installation
To use this extension, follow these steps:
Install Visual Studio Code on your machine if you haven't already.
Open Visual Studio Code.
Go to the Extensions view by clicking on the square icon on the sidebar or by pressing Ctrl+Shift+X.
Search for "Next Starter" and "Vite Starter" extensions, and install them.
Reload Visual Studio Code to activate the extensions.
Usage
Once installed, you can use the following commands to create starter projects:
Next Starter
Press Ctrl+Shift+P to open the command palette.
Type "Next Starter" and select it.
Follow the prompts to provide a project name, select project options, and customize settings.
Press Enter to confirm your selections and create the Next.js project.
Vite Starter
Press Ctrl+Shift+P to open the command palette.
Type "Vite Starter" and select it.
Follow the prompts to provide a project name and select a project template.
Press Enter to confirm your selections and create the Vite project.
Remix Starter
Press Ctrl+Shift+P to open the command palette.
Type "Remix Starter" and select it.
Follow the prompts to provide a project name, select a project template, and customize settings.
Press Enter to confirm your selections and create the Remix project.
Supported Features
Interactive prompts for project name and configuration options.
Automatic normalization of project names.
Support for different project templates and configurations.
Error handling and informative messages during project creation.