mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 00:33:09 +02:00
exercism: refresh page (#17170)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec <wiktor@perskawiec.cc>
This commit is contained in:
parent
798e0911f9
commit
f733b5f822
1 changed files with 13 additions and 9 deletions
|
@ -1,20 +1,24 @@
|
||||||
# exercism
|
# exercism
|
||||||
|
|
||||||
> Download and solve problems.
|
> Download coding exercises in any language and submit your solutions.
|
||||||
> More information: <https://exercism.org/docs/using/solving-exercises/working-locally>.
|
> More information: <https://exercism.org/docs/using/solving-exercises/working-locally>.
|
||||||
|
|
||||||
- Configure the application token and the preferred workspace for Exercism:
|
- Configure exercism following instructions for the API token:
|
||||||
|
|
||||||
`exercism configure --token={{your-application-token}} --workspace={{/path/to/preferred/workspace}}`
|
`exercism configure`
|
||||||
|
|
||||||
- Download a specific exercise:
|
- Download `hello-world` for any programming language into exercism workspace:
|
||||||
|
|
||||||
`exercism download --exercise={{exercise_slug}} --track={{track_slug}}`
|
`exercism download --track {{programming_language}} --exercise hello-world`
|
||||||
|
|
||||||
- Submit an exercise:
|
- Open an exercise directory on the website:
|
||||||
|
|
||||||
`exercism submit {{path/to/file}}`
|
`exercism open {{path/to/directory}}`
|
||||||
|
|
||||||
- Print the path to the solution workspace:
|
- Test your solution. It will also tell you if you are missing tools for the programming language:
|
||||||
|
|
||||||
`exercism workspace`
|
`exercism test {{path/to/directory}}`
|
||||||
|
|
||||||
|
- Submit your solution. You can share from the website or ask a community mentor for help:
|
||||||
|
|
||||||
|
`exercism submit {{path/to/directory}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue