homebridge / homebridge-plugin-template

A template you can use to create your own Homebridge plugins.
https://developers.homebridge.io/
Apache License 2.0
315 stars 133 forks source link

Add devcontainer definition #48

Closed o-lukas closed 1 year ago

o-lukas commented 1 year ago

Is your feature request related to a problem? Please describe: The main benefit of the devcontainers for me is that I have everything set up and ready to go after a few minutes and do not have to struggle with setting up node, homebridge, etc. So I went with creating a devcontainer which contains a basic homebridge instance already set up and ready to use.

Describe the solution you'd like: Add a ready-to-use devcontainer definition.

Describe alternatives you've considered: None

Additional context: I prepared a branch which contains the definition files needed to get it working. I can not push it because of permissions but you can check this repository for the definition I used for my first plugin. If you tell me how to publish the branch I prepared I can do this of course so you can see the definition without my plugin specific stuff.

bwp91 commented 1 year ago

Closing issue as PR is open here https://github.com/homebridge/homebridge-plugin-template/pull/54

I have copied your original text here into the PR description.

I realise the issue isn't resolved until the PR gets merged in but I prefer just having the PR open on its own without an issue too!

See you on the PR!