Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ 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.
Expand Down
3 changes: 2 additions & 1 deletion src/circleci-cli/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "CircleCI CLI",
"id": "circleci-cli",
"version": "1.2.1",
"version": "1.2.2",
"documentationURL": "https://github.com/CodeMan99/features/tree/main/src/circleci-cli",
"description": "Install the CircleCI CLI. Also installs the CircleCI extension for vscode.",
"options": {
"version": {
Expand Down
4 changes: 3 additions & 1 deletion src/deno-cache/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"id": "deno-cache",
"name": "Deno cache setup",
"version": "0.1.0",
"version": "0.1.1",
"documentationURL": "https://github.com/CodeMan99/features/tree/main/src/deno-cache",
"description": "Create a docker named volume at /deno-dir",
"containerEnv": {
"DENO_DIR": "/deno-dir"
},
Expand Down
3 changes: 2 additions & 1 deletion src/exercism-cli/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "Exercism CLI",
"id": "exercism-cli",
"version": "1.0.1",
"version": "1.0.2",
"documentationURL": "https://github.com/CodeMan99/features/tree/main/src/exercism-cli",
"description": "Install the exercism-cli.",
"options": {
"version": {
Expand Down