Skip to content

sanesdotio/easyrepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyRepo

A CLI tool for simple Git repository setup in one step

Installation

The install script below will install EasyRepo globally on your local machine. You can then call it from anywhere to initiate your project!

curl  -fsSL  https://raw.githubusercontent.com/sanesdotio/easyrepo/main/install.sh  |  sh

Description

EasyRepo is a CLI tool that simplifies repository setup for new projects. Based on the user's input, it will:

  • Authenticate to the user's GitHub account
  • Create a new GitHub repository on the users's account with:
    • Repository name
    • Repository description
    • Private or public repository
    • README
    • LICENSE
  • Initialize local Git repository
  • Connect local to remote repository on GitHub
  • Clone the remote repository to local

And your project is good to go!

About

Easy project repo setup in your terminal

Resources

License

Stars

Watchers

Forks

Packages

No packages published