/autorepo

Primary LanguageJavaScript

Repogenie

Repogenie is a Node.js package that automates the creation of a new React project and initializes a Git repository. It supports creating projects using Create React App (CRA),Vite or Next.js and optionally sets up a GitHub repository.

Features

  • Create a new React project using Create React App, Vite or Next.js templates.
  • Initialize a Git repository and make the initial commit.
  • Optionally create and push to a GitHub repository.
  • Support for various Reactjs / Next.js setup options.

Installation

Install the package globally using npm:

npm install -g repogenie

Setting up

Set your github username:

git config --global user.name "your_github_username"

Set your github token:

git config --global user.token "your_github_token"

Starting a new project

Type the following in your CLI after installing the packackage globally

repogenie <project_name>

Contribution

you can't contribute now because its closed source. you are welcome :)