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 a directory already exists and not empty #64

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 I think there is a massive format issue going on here which makes it tough to see what are your specific changes Also, there are some merge conflicts :/

Jamlie commented 1 year ago

yea i think it's from tabs and spaces, i'll fix it asap