Shell Scripting
Automate creating Github repository
Learn how to use and express yourself with GitHub’s open source variable fonts, Mona Sans and Hubot Sans.

Auhtor

Automate creating Github repository
This Bash script automates the process of creating a new GitHub repository using the GitHub API and optionally setting up a Next.js application.
Prerequisites
Before using this script, make sure you have the following prerequisites installed:
Installation
1. Clone this repository:
1git clone https://github.com/Iamsidar07/create-github-repo-cli.git
5. Secure your GITHUB_TOKEN add it into your shell profile:
1export GITHUB_TOKEN="github_token"
Usage
- open terminal
- Run the script with the desired repository name and description:
1create-github-repo.sh <github_repo_name> <repo_description>
- replace <github_repo_name> with repository name and <repo_description> with description
- Ask to initialize a nextjs app.
- Ask to initialize shadcn-ui.

You can checkout it at Github and give it a star if you like it
github, shell automation