https://github.com/exercism/cli
A Go based command line tool for exercism.org.
https://github.com/exercism/cli
community-contributions-paused
Last synced: about 1 year ago
JSON representation
A Go based command line tool for exercism.org.
- Host: GitHub
- URL: https://github.com/exercism/cli
- Owner: exercism
- License: mit
- Created: 2013-08-03T23:10:38.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2025-03-01T02:13:33.000Z (over 1 year ago)
- Last Synced: 2025-05-08T08:24:59.066Z (about 1 year ago)
- Topics: community-contributions-paused
- Language: Go
- Homepage: https://exercism.org/docs/using/solving-exercises/working-locally
- Size: 11.3 MB
- Stars: 1,364
- Watchers: 48
- Forks: 363
- Open Issues: 89
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-ccamel - exercism/cli - A Go based command line tool for exercism.org. (Go)
README
# Exercism Command-line Interface (CLI)
[](https://github.com/exercism/cli/actions/workflows/ci.yml)
[](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