Skip to content

panduraju50/cli

 
 

Repository files navigation

Exercism Command-line Interface (CLI)

CI Go Report Card

The CLI is the link between the 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

  • If you already setup your porject by following Go Module
git install github.com/exercism/cli/exercism@latest

Tips:

git mod tidy -go=1.20 -compat=1.20  # make sure the version change with this git mod tidy this will update the version of go if required.

Contributing

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

About

A Go based command line tool for exercism.org.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 96.0%
  • Shell 4.0%