Melkeydev / go-blueprint

Go-blueprint allows users to spin up a quick Go project using a popular framework
https://docs.go-blueprint.dev/
MIT License
5.96k stars 336 forks source link

Gives an error if a directory already exists. Colorized the errors when doing `create` if occurred #72

Closed Jamlie closed 1 year ago

Jamlie commented 1 year ago

I made the project check the availability the given directory, if it does exist and it's not empty, it gives an error and exits.

The error messages when creating a project - if occurred - are now colored with #FF8700

Melkeydev commented 1 year ago

@Jamlie Please rebase - as the current PR is failing on linting checks that were fixed in a previous PR!

Jamlie commented 1 year ago

@Melkeydev it's done, it's ready to be merged!