Initial commit
This commit is contained in:
19
README.md
Normal file
19
README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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.io
|
||||
[contributing]: /CONTRIBUTING.md
|
||||
Reference in New Issue
Block a user