Melkeydev / go-blueprint

Go-blueprint allows users to spin up a quick Go project using a popular framework
MIT License
2.07k stars 141 forks source link

[Feature Request] Add devcontainer configuration #232

Closed arejula27 closed 2 weeks ago

arejula27 commented 1 month ago

Tell us about your feature request

I usually work with dev containers either in Vscode or devpod which use the devcontainer.json standard. Will be interesting to initiate the project with this feature.

Disclaimer

Ujstor commented 2 weeks ago

I think this is a great tool. I will personally explore it and give it a shot... but implementing this into the blueprint is a bit too opinionated.

A more suitable approach would be Docker as an advanced flag. Currently, we have a compose file for databases. Adding configuration that can containerize, create, or update (case when a database is used) docker-compose file is something that we will accept.