libdragon-docker icon indicating copy to clipboard operation
libdragon-docker copied to clipboard

Docker container for easy development with DragonMinded libdragon.

Results 10 libdragon-docker issues
Sort by recently updated
recently updated
newest added

Main reason being: https://github.com/advisories/GHSA-22r3-9w55-cj54

Or as an alternative build an installer

I have a libdragon project as a subdirectory of a repo. `libdragon make` runs `git init` automatically, but I don't want it to because this would exclude it from the...

The skeleton project currently creates a project called `hello.z64`. It should use the name of the containing directory, so that it probably matches the name of the project that the...

Current tests are only smoke tests. Having proper tests will surely save time in the future.

>Since libdragon tools will be compiled as part of the local libdragon copy, there must be a way to exec them without having to reinstall them every time the container...

Effectively, it should work as if the user did a chdir to that path and executed the command. Accept it via `-C` flag. It can be any relative or absolute...