open-license-manager / licensecc

Software licensing, copy protection in C++. It has few dependencies and it's cross-platform.
http://open-license-manager.github.io/licensecc/
BSD 3-Clause "New" or "Revised" License
961 stars 309 forks source link

[Feature] - Create Development Container #144

Open wsciaroni opened 1 year ago

wsciaroni commented 1 year ago

Background

One thing that makes every open-source application/library better is an easy development environment.

Through the use of official VS Code plugins it is possible to use containers as a local development platform hosting build tools and the code itself. This means that the only tools that need to be installed on a development machine are:

Example

I have a very simple example of a .devcontainer in one of my repositories here.

gcontini commented 9 months ago

I think it's a good idea... contributions accepted.