Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/exercism/cli

A Go based command line tool for exercism.org.
https://github.com/exercism/cli

community-contributions-paused

Last synced: 3 days ago
JSON representation

A Go based command line tool for exercism.org.

Awesome Lists containing this project

README

        

# Exercism Command-line Interface (CLI)

[![CI](https://github.com/exercism/cli/actions/workflows/ci.yml/badge.svg)](https://github.com/exercism/cli/actions/workflows/ci.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/exercism/cli)](https://goreportcard.com/report/github.com/exercism/cli)

The CLI is the link between the [Exercism][exercism] website and your local work environment. It lets you download exercises and submit your solution to the site.

This CLI ships as a binary with no additional runtime requirements.

## Installing the CLI

Instructions can be found at [exercism/cli/releases](https://github.com/exercism/cli/releases)

## Contributing

If you wish to help improve the CLI, please see the [Contributing guide][contributing].

[exercism]: http://exercism.org
[contributing]: /CONTRIBUTING.md