# README
go-project-maker
A CLI tool built with Go for making the most bare-bones backend server project that uses the Gin framework
Project Creation:
Run command: make -path -module
where: is the path to where the project directory will be stored with the project name included e.g C:\Users\PC\Desktop\project-maker-backend-service is the path or url to be used when running go mod init command