An open API service indexing awesome lists of open source software.

https://github.com/msclock/features

Some features for dev container
https://github.com/msclock/features

devcontainer vcpkg vcpkg-template vscode

Last synced: 4 months ago
JSON representation

Some features for dev container

Awesome Lists containing this project

README

          

# Dev Container Features

Some features for dev container.

links:
- https://github.com/devcontainers/feature-starter
- https://containers.dev/implementors/features/

## Available features

| Name | URL | Description |
| --- | --- | --- |
| vcpkg | https://vcpkg.io/ | vcpkg is a free C/C++ package manager for acquiring and managing libraries. Choose from over 1500 open source libraries to download and build in a single step or add your own private libraries to simplify your build process. Maintained by the Microsoft C++ team and open source contributors. |
| gitlab-ci-local | https://github.com/firecow/gitlab-ci-local | Tired of pushing to test your .gitlab-ci.yml? Run gitlab pipelines locally as shell executor or docker executor. Get rid of all those dev specific shell scripts and make files. |