Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/codeman99/features

Dev Container Features
https://github.com/codeman99/features

containers devcontainers

Last synced: about 1 month ago
JSON representation

Dev Container Features

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.

## 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.