Skip to content

I have learned Windows command language and created a batch script designed to generate Next.js, React, Vite, and a basic HTML/CSS/JS template.

Notifications You must be signed in to change notification settings

malhotraarshdeepsingh/DevKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

DevKit

DevKit is a versatile batch file utility that simplifies the process of creating various web development projects. With DevKit, you can quickly generate project setups for React, Next.js, Vite, and basic HTML/CSS/JS templates. The utility prompts you for the required information and handles the setup automatically.

Features

  • React.js: Create a new React application with minimal effort.
  • Next.js: Set up a new Next.js application quickly.
  • Vite: Generate a Vite-powered project with ease.
  • HTML/CSS/JS: Create a basic HTML/CSS/JS template and open it in your default web browser.

How to Use

  1. Download and Extract:

    • Download the repository as a ZIP file.
    • Extract the contents of the ZIP file to your desired location.
  2. Run the Script:

    • Double-click the MasterDevKit.bat file to launch the utility.
  3. Choose a Project Type:

    • Follow the on-screen prompts to select the type of project you want to create.
    • Provide the requested information, including the path, folder name, and project name.
  4. Project Creation:

    • The batch file will handle the setup process based on your choices and display appropriate messages.

Example

  1. React.js:

    • Prompt: Enter the path where the React.js app should be created.
    • Prompt: Enter the name of the React.js app.
    • The batch file will create a new React.js project in the specified location.
  2. Next.js:

    • Prompt: Enter the path where the Next.js app should be created.
    • Prompt: Enter the name of the Next.js app.
    • The batch file will create a new Next.js project in the specified location.
  3. Vite:

    • Prompt: Enter the path where the Vite app should be created.
    • Prompt: Enter the name of the Vite app.
    • The batch file will create a new Vite project in the specified location.
  4. HTML/CSS/JS:

    • Prompt: Enter the location path where you want to save the files.
    • Prompt: Enter the new folder name.
    • The batch file will generate an HTML/CSS/JS template and open the index.html file in your default web browser.

Requirements

  • Node.js and npm: Required for creating React.js, Next.js, and Vite projects.
  • Basic text editor and web browser: Required for the HTML/CSS/JS template.

Troubleshooting

  • Ensure that the paths you provide are correct and that you have the necessary permissions to create directories and files.
  • If you encounter issues, verify that Node.js and npm are installed and properly configured on your system.
  • For additional help, refer to the documentation for React.js, Next.js, Vite, or consult the relevant community forums.

About

I have learned Windows command language and created a batch script designed to generate Next.js, React, Vite, and a basic HTML/CSS/JS template.

Topics

Resources

Stars

Watchers

Forks