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
- Host: GitHub
- URL: https://github.com/msclock/features
- Owner: msclock
- License: mit
- Created: 2022-12-27T11:33:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T01:35:12.000Z (about 2 years ago)
- Last Synced: 2024-04-22T03:53:43.118Z (about 2 years ago)
- Topics: devcontainer, vcpkg, vcpkg-template, vscode
- Language: Shell
- Homepage:
- Size: 80.1 KB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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. |