https://github.com/codeman99/features
Dev Container Features
https://github.com/codeman99/features
containers devcontainers
Last synced: 5 months ago
JSON representation
Dev Container Features
- Host: GitHub
- URL: https://github.com/codeman99/features
- Owner: CodeMan99
- License: mit
- Created: 2022-12-09T21:13:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T08:04:10.000Z (over 1 year ago)
- Last Synced: 2024-05-23T08:53:05.839Z (over 1 year ago)
- Topics: containers, devcontainers
- Language: Shell
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dev Container Features: CodeMan99
Provides reusable tools for as devcontainer features.
## CircleCI CLI
Provides the `circleci` command at the shell. Using this tool requires authentication.
```shell
circleci setup
```
Please visit CircleCI's [local pipeline development](https://circleci.com/blog/local-pipeline-development/) blog post for further usage information.
## Deno Cache
Create a named docker volume at `/deno-dir`. Properly setup with a `deno` user group.
Intended for use with the [denoland/deno:debian](https://hub.docker.com/r/denoland/deno) docker image.
## Exercism CLI
Provides the `exercism` command at the shell. Using this tool requires authentication.
```shell
exercism configure --token=[TOKEN]
```
Please visit Exercism's [working locally](https://exercism.org/docs/using/solving-exercises/working-locally) documentation for further usage information.