Kickstart your projects quickly and efficiently with [Repo Pilot]. This intuitive extension simplifies the process of setting up a new repository by guiding you through a simple questionnaire. Select whether your project is a frontend or backend, then choose your preferred framework — Next.js or Vit
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Kickstart your projects quickly and efficiently with Repo Pilot. This intuitive VS Code extension simplifies the process of setting up a new repository by guiding you through a simple questionnaire. Whether you're building a frontend app with Next.js or Vite-React, or setting up a backend, Repo Pilot takes care of installing all necessary dependencies and creating a boilerplate structure tailored to your selected stack.
Features:
Simple Setup: Choose whether your project is a frontend or backend.
Automatic Dependency Installation: Select your preferred framework (Next.js or Vite-React for frontend) and let Repo Pilot handle the rest.
Tailored Boilerplate: Based on your choices, the extension automatically creates the appropriate file structure and installs required dependencies.
Getting Started
Install Repo Pilot:
Open VS Code and go to the Extensions Marketplace.
Search for "Repo Pilot" and click Install.
Run Repo Pilot:
Use the command palette (Cmd + Shift + P or Ctrl + Shift + P on Windows/Linux).
Type and select "Create Repo" (Make sure to select a repo which is empty to create all the setup files else it will delete all files inside that selected repo).
Choose Your Stack:
You'll be prompted with two options:
Frontend
Backend
Select Frontend to choose a framework for your client-side application.
Selecting Backend will not do anything in the current version
Select Your Framework:
If you choose Frontend, you will then be prompted to select between Next.js or Vite-React.
Selecting Next.js will not do anything in the current version
Automatic Setup:
Once you make your selections, Repo Pilot will:
Install the necessary dependencies for the selected framework.
Create a basic boilerplate structure for your project.
Start Building:
You’re all set! Now you can focus on building your application rather than setting up configurations and dependencies.
Example Use Case
Open VS Code and press Cmd + Shift + P.
Type and select Create Repo.
Choose Frontend.
Select Vite-React or Next.js as your framework.
Repo Pilot will automatically configure everything for you, installing dependencies and generating a project structure ready to go!
Why Repo Pilot?
Save Time: Forget about manually setting up boilerplate code and installing dependencies.
Consistency: Ensures that your projects follow the best practices for each framework.
Customizable: Select the stack you need, and Repo Pilot will configure your project accordingly.