create your repositories automatically without much work (just answer a few interview-style questions)
- Codivy makes a POST request to the GitHub API with your information (no one else has access except GitHub)
- Then just access the link (it is in the terminal at the end of the request)
- why did I do
- facilitates the creation of repositories
- you just need a token and a cool name idea (not my case)
- Create a token with admin permission
- Clone this repository
git clone https://github.com/JuaanReis/Codevy.git
go run main.go- Answer the questions
- To continue your project
Codivy/
├── internal/
│ ├── github/
│ │ └── requests/
│ │ └── request.go <- GitHub request logic
│ └── modules/ <- push settings
├── templates/ <- Project Models
├── main.go <- main app entry point
├── go.mod
└── README.md <- you're here
If you want to help with this project feel free to do so, no rules, just know Go.