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.
- 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.
Install the package globally using npm:
npm install -g repogenie
Set your github username:
git config --global user.name "your_github_username"
Set your github token:
git config --global user.token "your_github_token"
Type the following in your CLI after installing the packackage globally
repogenie <project_name>
you can't contribute now because its closed source. you are welcome :)