A gh-new is a CLI tool to quickly create a new GitHub repository from the command line.
gh new -h
A gh-new is a CLI tool to quickly create a new GitHub repository from the command line.
Usage:
gh-new [flags]
Flags:
-h, --help help for gh-new
-m, --msg string Set the message of initial commit
-o, --owner string Set the owner of the repository
-p, --private Set the repository to private
gh new -o BRAVO68WEB -m "Initial commit" -p --push
🔧 Repository initialized
📦 Files added to repository
📝 Repository committed
🚀 Private Repository created on GitHub
🔍 Current branch: main
🚀 Repository pushed to GitHub
🎉 Repository created successfully
👉 https://github.com/BRAVO68WEB/gh-new
gh extension install BRAVO68WEB/gh-new
Contributions, issues and feature requests are welcome!
Give a ⭐️ if this project helped you!
This project is MIT