ZumitoTeam / zumito-framework

Framework for creating a bot for discord
https://framework.zumito.dev
7 stars 1 forks source link

[💡] Use of devcontainers on development enviroment #30

Open int0x80-sys opened 1 year ago

int0x80-sys commented 1 year ago

Hi :wave:

I want to propose the use of devcontainers as development enviroment. For all that don't know, devcontainers is an specification for create docker containers for development. Although there are some editors and IDEs that adopt this specification, the most well know editor that use it is vscode.

Use devcontainers has several advantages like:

The only downside i see is that developers will need to install docker in their machines (if they didn't do already). But for those that doesn't want to install docker, they still can work as before.

If the issue is well received, i can create the branch for this feature and create a doc with the necessary steps for setup vscode and docker

fernandomema commented 1 year ago

I was unaware of development containers. That's an amazing feature for easier development. If you feel capable of configuring it, go ahead. It can be very useful.