Forrest logo
back to context overview

exercism

List of commands for exercism:

  • exercism:tldr:60054 exercism: Print the path to the solution workspace.
    $ exercism workspace
    try on your machine
    explain this command
  • exercism:tldr:b9f89 exercism: Configure the application token and the preferred workspace for Exercism.
    $ exercism configure --token=${your-application-token} --workspace=${-path-to-preferred-workspace}
    try on your machine
    explain this command
  • exercism:tldr:c40da exercism: Submit an exercise.
    $ exercism submit ${filename}
    try on your machine
    explain this command
back to context overview